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

The PofStreamReader..::.UserTypeReader type exposes the following members.

Properties

  NameDescription
ParentParser
If this parser is contextually within a user type, obtain the parser which created this parser in order to parse the user type.
(Overrides PofStreamReader..::.ParentParser.)
PofContext
Gets or sets the IPofContext object used by this PofStreamReader to deserialize user types from a POF stream.
(Inherited from PofStreamReader.)
UserTypeId
Gets the user type that is currently being parsed.
(Overrides PofStreamReader..::.UserTypeId.)
VersionId
Gets the version identifier of the user type that is currently being parsed.
(Overrides PofStreamReader..::.VersionId.)

See Also