Class 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 Detail

      • 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.