PofStreamReaderRegisterIdentity Method (Object) |
Namespace: Tangosol.IO.Pof
public virtual void RegisterIdentity( Object o )
| Exception | Condition |
|---|---|
| InvalidOperationException | If no user type is being parsed. |
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.