Click or drag to resize

IPofSerializer Interface

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