Package com.hazelcast.nio.serialization
Interface TypedDataSerializable
- All Superinterfaces:
DataSerializable
This interface adds the possibility for the class to act as if it is another class when being deserialized using
DataSerializable
-
Method Summary
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
-
Method Details
-
getClassType
Class getClassType()- Returns:
- The class type that this serializable wants to act as.
-