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
.void
storeDecorations
(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
- theReadBuffer
to decorate- Returns:
- the decorated
ReadBuffer
-