Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Serialize a user type instance to a POF stream by writing its state using the specified IPofWriter object.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public void Serialize(
	IPofWriter writer,
	Object o
)

Parameters

writer
Type: Tangosol.IO.Pof..::.IPofWriter
The IPofWriter with which to write the object's state.
o
Type: System..::.Object
The object to serialize.

Implements

IPofSerializer..::.Serialize(IPofWriter, Object)

Exceptions

ExceptionCondition
System.IO..::.IOException If an I/O error occurs.

See Also