Interface ExternalizableHelper.DecorationAware

All Superinterfaces:
Serializable
Enclosing class:
ExternalizableHelper

public static interface ExternalizableHelper.DecorationAware extends Serializable
Binary decorated object.
  • Method Details

    • storeDecorations

      void storeDecorations(ReadBuffer buffer)
      Store any decorations that can then be re-applied if this value is re-serialized.
      Parameters:
      buffer - the possibly decorated ReadBuffer
    • applyDecorations

      ReadBuffer applyDecorations(ReadBuffer buffer)
      Apply any decorations to the specified ReadBuffer.
      Parameters:
      buffer - the ReadBuffer to decorate
      Returns:
      the decorated ReadBuffer