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
FieldsModifier and TypeFieldDescriptionprotected final intThe length, in bytes, of the serialized data.protected final StringThe 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. 
 -