PofStreamReaderUserTypeReader Constructor (DataReader, IPofContext, Int32, Int32) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntaxpublic UserTypeReader(
DataReader reader,
IPofContext ctx,
int typeId,
int versionId
)
Parameters
- 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
See Also