Package com.tangosol.util
Interface ExternalizableHelper.DecorationAware
- All Superinterfaces:
Serializable
- Enclosing class:
ExternalizableHelper
Binary decorated object.
-
Method Summary
Modifier and TypeMethodDescriptionapplyDecorations(ReadBuffer buffer) Apply any decorations to the specifiedReadBuffer.voidstoreDecorations(ReadBuffer buffer) Store any decorations that can then be re-applied if this value is re-serialized.
-
Method Details
-
storeDecorations
Store any decorations that can then be re-applied if this value is re-serialized.- Parameters:
buffer- the possibly decoratedReadBuffer
-
applyDecorations
Apply any decorations to the specifiedReadBuffer.- Parameters:
buffer- theReadBufferto decorate- Returns:
- the decorated
ReadBuffer
-