Click or drag to resize

PofStreamReaderUserTypeReader Constructor (PofStreamReader, DataReader, IPofContext, Int32, Int32)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a parser for parsing the property values of a user type.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public UserTypeReader(
	PofStreamReader parent,
	DataReader reader,
	IPofContext ctx,
	int typeId,
	int versionId
)

Parameters

parent
Type: Tangosol.IO.PofPofStreamReader
The parent PofStreamReader (ie the containing) PofBufferReader
reader
Type: Tangosol.IODataReader
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.PofIPofContext
The IPofContext to use for parsing the user type property values within the user type that this parser will be parsing.
typeId
Type: SystemInt32
The type id of the user type.
versionId
Type: SystemInt32
The version id of the user type.
Exceptions
ExceptionCondition
IOException If an I/O error occurs.
See Also