Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Serialize an object to a stream by writing its state using the specified DataWriter object.

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

Syntax

C#
public virtual void Serialize(
	DataWriter writer,
	Object o
)

Parameters

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

Implements

ISerializer..::.Serialize(DataWriter, Object)

Exceptions

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

See Also