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

Overload List

  NameDescription
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.)

See Also