Click or drag to resize

IIdentifiedDataSerializable Interface

IIdentifiedDataSerializable is a serialization method as an alternative to standard serialization. It uses a factory to avoid reflection during deserialization. IDataSerializableFactory

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
public interface IIdentifiedDataSerializable

The IIdentifiedDataSerializable type exposes the following members.

Methods
  NameDescription
Public methodGetFactoryId
Returns DataSerializableFactory factory id for this class.
Public methodGetId
Returns type identifier for this class.
Public methodReadData
Reads fields from the input stream
Public methodWriteData
Writes object fields to output stream
Top
See Also