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

Construct a parser for parsing 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 UserTypeReader(
	DataReader reader,
	IPofContext ctx,
	int typeId,
	int versionId
)

Parameters

reader
Type: Tangosol.IO..::.DataReader
The DataReader that contains the 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 parsing the user type property values within the user type that this parser will be parsing.
typeId
Type: System..::.Int32
The type id of the user type.
versionId
Type: System..::.Int32
The version id of the user type.

Exceptions

ExceptionCondition
System.IO..::.IOException If an I/O error occurs.

See Also