Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
This method is invoked when an identity is encountered in the POF stream.

Namespace: Tangosol.IO.Pof
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
void RegisterIdentity(
	int id
)

Parameters

id
Type: System..::..Int32
If (id >= 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).

Remarks

The identity is used to uniquely identify the next value in the POF stream, and can be later referenced by the OnIdentityReference(Int32, Int32) method.

See Also