WritingPofHandlerRegisterIdentity Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
This method is invoked when an identity is encountered in the POF
stream.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic virtual void RegisterIdentity(
int id
)
Parameters
- id
- Type: SystemInt32
If (nId >= 0), then this is the identity encountered in
the POF stream, otherwise it is an indicator that the following
value could have been assigned an identifier but was not
(i.e. that the subsequent value is of a referenceable data type).
Implements
IPofHandlerRegisterIdentity(Int32)
Remarks
See Also