Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01

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

Methods

  NameDescription
Protected methodAdvanceTo
Advance through the POF stream until the specified property is found.
(Overrides PofStreamReader..::..AdvanceTo(Int32).)
Protected methodCloseNested
Notify the UserTypeReader that it is being "closed".
Protected methodComplete
Register the completion of the parsing of a value.
(Overrides PofStreamReader..::..Complete(Int32).)
Public methodCreateNestedPofReader
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).)
Protected methodEnsureReferenceRegistry
Obtain the registry for identity-reference pairs, creating it if necessary.
(Inherited from PofStreamReader.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLookupIdentity
Look up the specified identity and return the object to which it refers.
(Inherited from PofStreamReader.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadArray(Int32)
Read an array of object values.
(Inherited from PofStreamReader.)
Public methodReadArray(Int32, Array)
Read an array of object values.
(Inherited from PofStreamReader.)
Protected methodReadAsArray
Read a POF value as a typed object array.
(Inherited from PofStreamReader.)
Protected methodReadAsObject
Read a POF value as an Object.
(Inherited from PofStreamReader.)
Protected methodReadAsUniformObject
Read a POF value in a uniform array/map as an Object.
(Inherited from PofStreamReader.)
Public methodReadBinary(Int32)
Read a Binary from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadBoolean
Read a Boolean property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadBooleanArray
Read a Boolean[] property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadByte
Read a Byte property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadByteArray
Read a Byte[] property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadChar
Read a Char property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadCharArray
Read a Char[] property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadCollection(Int32, ICollection)
Read an ICollection of object values from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadCollection<(Of <<'(T>)>>)(Int32, ICollection<(Of <<'(T>)>>))
Read a generic ICollection<T> of object values from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadDate
Read a DateTime property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadDateTime
Read a DateTime property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadDayTimeInterval
Reads a TimeSpan from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadDecimal
Read a Decimal from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadDictionary(Int32, IDictionary)
Read an IDictionary of key/value pairs from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadDictionary<(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.)
Public methodReadDouble
Read a Double property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadDoubleArray
Read a Double[] property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadInt16
Read an Int16 property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadInt16Array
Read an Int16[] property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadInt32
Read an Int32 property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadInt32Array
Read an Int32[] property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadInt64
Read an Int64 property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadInt64Array
Read an Int64[] property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadLocalDateTime
Read a DateTime property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadLongArray
Read an ILongArray of object values.
(Inherited from PofStreamReader.)
Public methodReadObject
Read a property of any type, including a user type, from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadRawDateTime
Read a RawDateTime from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadRawInt128
Read an RawInt128 property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadRawTime
Read a RawTime property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadRawYearMonthInterval
Read a year-month interval from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadRemainder
Read all remaining indexed properties of the current user type from the POF stream.
(Overrides PofStreamReader..::..ReadRemainder()()()().)
Public methodReadSingle
Read a Single property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadSingleArray
Read a Single[] property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadString
Read a String property from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadTimeInterval
Reads a TimeSpan from the POF stream.
(Inherited from PofStreamReader.)
Public methodReadUniversalDateTime
Read a DateTime property from the POF stream.
(Inherited from PofStreamReader.)
Public methodRegisterIdentity(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.

(Overrides PofStreamReader..::..RegisterIdentity(Object).)
Protected methodRegisterIdentity(Int32, Object)
Register the passed value with the passed identity.
(Inherited from PofStreamReader.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also