Package com.tangosol.io
Class MultiplexingSerializer.SerializationHeader
java.lang.Object
com.tangosol.io.MultiplexingSerializer.SerializationHeader
- Enclosing class:
MultiplexingSerializer
Simple wrapper class to hold decorated info added by the serialization process.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final int
The length, in bytes, of the serialized data.protected final String
The name of the serializer that should be used to deserialize the payload. -
Method Summary
-
Field Details
-
f_nLength
protected final int f_nLengthThe length, in bytes, of the serialized data. -
f_serializerName
The name of the serializer that should be used to deserialize the payload.
-