Package com.hazelcast.nio.serialization
Interface TypedDataSerializable
-
- All Superinterfaces:
DataSerializable
public interface TypedDataSerializable extends DataSerializable
This interface adds the possibility for the class to act as if it is another class when being deserialized using DataSerializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class
getClassType()
-
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
-
-