Click or drag to resize

IDataSerializable Interface

Note: This API is now obsolete.

DataSerializable is a serialization method as an alternative to standard serialization.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
[ObsoleteAttribute("IDataSerializable is no longer supported in the .NET client. Please use IIdentifiedDataSerializable instead.")]
public interface IDataSerializable

The IDataSerializable type exposes the following members.

Methods
  NameDescription
Public methodGetJavaClassName
Get Server Java Impl class full name
Public methodReadData
Reads fields from the input stream
Public methodWriteData
Writes object fields to output stream
Top
Remarks
DataSerializable is a serialization method as an alternative to standard serialization.
See Also