Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a UserTypeWriter for writing the property values of a user type.

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

Syntax

C#
public UserTypeWriter(
	PofStreamWriter parent,
	WritingPofHandler handler,
	IPofContext ctx,
	int typeId,
	int index
)

Parameters

parent
Type: Tangosol.IO.Pof..::..PofStreamWriter
the containing PofBufferWriter
handler
Type: Tangosol.IO.Pof..::..WritingPofHandler
The WritingPofHandler used to write user type data (except for the user type id itself, which is passed as a constructor argument).
ctx
Type: Tangosol.IO.Pof..::..IPofContext
The IPofContext to use for writing the user type property values within the user type that this writer will be writing.
typeId
Type: System..::..Int32
The type identifier of the user type; must be non-negative.
index
Type: System..::..Int32
The index of the user type being written.

See Also