Construct a parser for parsing the property values of a user type.

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

Syntax

C#
public UserTypeReader(
	PofStreamReader parent,
	DataReader reader,
	IPofContext ctx,
	int typeId,
	int versionId
)

Parameters

parent
Type: Tangosol.IO.Pof..::..PofStreamReader
The parent PofStreamReader (ie the containing) PofBufferReader
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