IdentifiedDataSerializable is an extension to
IDataSerializable
to avoid reflection during de-serialization.
Each IdentifiedDataSerializable is
created by a registered
IDataSerializableFactory
.
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.5.0.6
Syntax
The IIdentifiedDataSerializable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetFactoryId | Returns DataSerializableFactory factory id for this class. |
![]() | GetId | Returns type identifier for this class. |
![]() | GetJavaClassName |
Get Server Java Impl class full name
(Inherited from IDataSerializable.) |
![]() | ReadData | Reads fields from the input stream (Inherited from IDataSerializable.) |
![]() | WriteData | Writes object fields to output stream (Inherited from IDataSerializable.) |
See Also