Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
For user types that are not registered in the POF configuration used by this PofContext, determine if the user type can be serialized using POF, otherwise determine if the user type can be serialized using standard .NET BinaryFormatter.

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

Syntax

C#
protected virtual int GetGenericTypeId(
	Type type
)

Parameters

type
Type: System..::..Type
A user type that is not configured in this IPofContext.

Return Value

A special user type id that indicates that the user type is supported by "generic" POF serialization or traditional .NET serialization embedded in a POF stream.

See Also