Click or drag to resize

IPofSerializer Interface

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
The IPofSerializer interface provides the capability of reading and writing a .NET object from and to a POF stream.

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

The IPofSerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserialize a user type instance from a POF stream by reading its state using the specified IPofReader object.
Public methodSerialize
Serialize a user type instance to a POF stream by writing its state using the specified IPofWriter object.
Top
See Also