Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a new PofStreamWriter that will write a POF stream using the passed WritingPofHandler.

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

Syntax

C#
public PofStreamWriter(
	WritingPofHandler handler,
	IPofContext ctx
)

Parameters

handler
Type: Tangosol.IO.Pof..::..WritingPofHandler
The WritingPofHandler used for writing; 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