Package com.tangosol.io
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 Summary
Fields Modifier and Type Field Description protected int
f_nLength
The length, in bytes, of the serialized data.protected String
f_serializerName
The name of the serializer that should be used to deserialize the payload.
-
-
-
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.
-
-