Class MultiplexingSerializer.SerializationHeader

java.lang.Object
com.tangosol.io.MultiplexingSerializer.SerializationHeader
Enclosing class:
MultiplexingSerializer

protected static final class MultiplexingSerializer.SerializationHeader extends Object
Simple wrapper class to hold decorated info added by the serialization process.
  • Field Details

    • f_nLength

      protected final int f_nLength
      The length, in bytes, of the serialized data.
    • f_serializerName

      protected final String f_serializerName
      The name of the serializer that should be used to deserialize the payload.