Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determine if the type should be encoded for the current value.

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

Syntax

C#
protected internal virtual bool IsTypeIdEncoded(
	int typeId
)

Parameters

typeId
Type: System..::..Int32
The type of the current value.

Return Value

true if the type ID should be placed into the POF stream, and false if only the value itself should be placed into the stream.

See Also