Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Construct a new PofStreamWriter that will write a POF stream to the passed DataWriter object.

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

Syntax

C#
public PofStreamWriter(
	DataWriter writer,
	IPofContext ctx
)

Parameters

writer
Type: Tangosol.IO..::.DataWriter
The DataWriter object to write to; must not be null.
ctx
Type: Tangosol.IO.Pof..::.IPofContext
The IPofContext used by the new PofStreamWriter to serialize user types; must not be null.

See Also