Click or drag to resize

PofStreamWriter Constructor (DataWriter, IPofContext)

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