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

Construct a UserTypeWriter for writing the property values of a user type.

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

Syntax

C#
public UserTypeWriter(
	DataWriter writer,
	IPofContext ctx,
	int typeId,
	int index
)

Parameters

writer
Type: Tangosol.IO..::.DataWriter
The DataWriter object to write to; must not be null.
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