IDataSerializable InterfaceHazelcast .Net Client Class Library

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.8.1
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

Reference