PofStreamReaderUserTypeReaderRegisterIdentity Method (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.
Namespace: Tangosol.IO.Pof
public override void RegisterIdentity( Object o )