Click or drag to resize

UserTypeReader Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The PofStreamReaderUserTypeReader type exposes the following members.

Properties
  NameDescription
Public propertyNextPropertyIndex
Return the index of the next property in the POF stream.
Protected propertyParentParser
If this parser is contextually within a user type, obtain the parser which created this parser in order to parse the user type.
(Overrides PofStreamReaderParentParser.)
Public propertyPofContext
Gets or sets the IPofContext object used by this PofStreamReader to deserialize user types from a POF stream.
(Inherited from PofStreamReader.)
Public propertyPreviousPropertyIndex
Return the index of the most recent property read or (if it were missing) requested.
Public propertyUserTypeId
Gets the user type that is currently being parsed.
(Overrides PofStreamReaderUserTypeId.)
Public propertyVersionId
Gets the version identifier of the user type that is currently being parsed.
(Overrides PofStreamReaderVersionId.)
Top
See Also