Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a parser for parsing 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 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