Click or drag to resize

PofStreamWriter Constructor (DataWriter, IPofContext)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntax
C#
public PofStreamWriter(
	DataWriter writer,
	IPofContext ctx
)

Parameters

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