Click or drag to resize

ISerializer Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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