Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The PofStreamReader..::..UserTypeReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PofStreamReader..::..UserTypeReader(DataReader, IPofContext, Int32, Int32) |
Construct a parser for parsing the property values of a user
type.
|
![]() | PofStreamReader..::..UserTypeReader(PofStreamReader, DataReader, IPofContext, Int32, Int32) |
Construct a parser for parsing the property values of a user
type.
|
Methods
Name | Description | |
---|---|---|
![]() | AdvanceTo |
Advance through the POF stream until the specified property
is found.
(Overrides PofStreamReader..::..AdvanceTo(Int32).) |
![]() | CloseNested |
Notify the UserTypeReader that it is being "closed".
|
![]() | Complete |
Register the completion of the parsing of a value.
(Overrides PofStreamReader..::..Complete(Int32).) |
![]() | CreateNestedPofReader |
Obtain a PofReader that can be used to read a set of properties from a
single property of the current user type. The returned PofReader is
only valid from the time that it is returned until the next call is
made to this PofReader.
(Overrides PofStreamReader..::..CreateNestedPofReader(Int32).) |
![]() | EnsureReferenceRegistry |
Obtain the registry for identity-reference pairs, creating it if
necessary.
(Inherited from PofStreamReader.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LookupIdentity |
Look up the specified identity and return the object to which it
refers.
(Inherited from PofStreamReader.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadArray(Int32) |
Read an array of object values.
(Inherited from PofStreamReader.) |
![]() | ReadArray(Int32, Array) |
Read an array of object values.
(Inherited from PofStreamReader.) |
![]() | ReadAsArray |
Read a POF value as a typed object array.
(Inherited from PofStreamReader.) |
![]() | ReadAsObject |
Read a POF value as an Object.
(Inherited from PofStreamReader.) |
![]() | ReadAsUniformObject |
Read a POF value in a uniform array/map as an Object.
(Inherited from PofStreamReader.) |
![]() | ReadBinary(Int32) |
Read a Binary from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadBoolean |
Read a Boolean property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadBooleanArray |
Read a Boolean[] property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadByte |
Read a Byte property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadByteArray |
Read a Byte[] property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadChar |
Read a Char property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadCharArray |
Read a Char[] property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadCollection(Int32, ICollection) |
Read an ICollection of object values from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadCollection<(Of <<'(T>)>>)(Int32, ICollection<(Of <<'(T>)>>)) |
Read a generic ICollection<T> of object values from
the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadDate |
Read a DateTime property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadDateTime |
Read a DateTime property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadDayTimeInterval |
Reads a TimeSpan from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadDecimal |
Read a Decimal from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadDictionary(Int32, IDictionary) |
Read an IDictionary of key/value pairs from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadDictionary<(Of <<'(TKey, TValue>)>>)(Int32, IDictionary<(Of <<'(TKey, TValue>)>>)) |
Read a generic IDictionary<TKey, TValue> of
key/value pairs from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadDouble |
Read a Double property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadDoubleArray |
Read a Double[] property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadInt16 |
Read an Int16 property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadInt16Array |
Read an Int16[] property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadInt32 |
Read an Int32 property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadInt32Array |
Read an Int32[] property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadInt64 |
Read an Int64 property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadInt64Array |
Read an Int64[] property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadLocalDateTime |
Read a DateTime property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadLongArray |
Read an ILongArray of object values.
(Inherited from PofStreamReader.) |
![]() | ReadObject |
Read a property of any type, including a user type, from the POF
stream.
(Inherited from PofStreamReader.) |
![]() | ReadRawDateTime |
Read a RawDateTime from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadRawInt128 |
Read an RawInt128 property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadRawTime |
Read a RawTime property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadRawYearMonthInterval |
Read a year-month interval from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadRemainder |
Read all remaining indexed properties of the current user
type from the POF stream.
(Overrides PofStreamReader..::..ReadRemainder()()()().) |
![]() | ReadSingle |
Read a Single property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadSingleArray |
Read a Single[] property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadString |
Read a String property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadTimeInterval |
Reads a TimeSpan from the POF stream.
(Inherited from PofStreamReader.) |
![]() | ReadUniversalDateTime |
Read a DateTime property from the POF stream.
(Inherited from PofStreamReader.) |
![]() | RegisterIdentity(Object) | Register an identity for a newly created user type instance. If identity/reference types are enabled, an identity is used to uniquely identify a user type instance within a POF stream. The identity immediately proceeds the instance value in the POF stream and can be used later in the stream to reference the instance.IPofSerializer implementations must call this method with each user type instance instantiated during deserialization prior to reading any properties of the instance which are user type instances themselves. |
![]() | RegisterIdentity(Int32, Object) |
Register the passed value with the passed identity.
(Inherited from PofStreamReader.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | m_ctx |
The IPofContext to use to realize user data types
as .NET objects.
(Inherited from PofStreamReader.) |
![]() | m_reader |
The DataReader containing the POF stream.
(Inherited from PofStreamReader.) |
![]() | m_referenceMap |
Lazily-constructed mapping of identities to references.
(Inherited from PofStreamReader.) |
Properties
Name | Description | |
---|---|---|
![]() | NextPropertyIndex |
Return the index of the next property in the POF stream.
|
![]() | 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.) |
![]() | PreviousPropertyIndex |
Return the index of the most recent property read or
(if it were missing) requested.
|
![]() | 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.) |