Click or drag to resize

ISerializer Interface

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Provides the capability of reading and writing a .NET object from and to an in-memory buffer.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public interface ISerializer

The ISerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserialize an object from a stream by reading its state using the specified DataReader object.
Public methodSerialize
Serialize an object to a stream by writing its state using the specified DataWriter object.
Top
See Also