Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Create a new PortableTypeSerializer for the user type with the given type identifier and class.

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

Syntax

C#
public PortableTypeSerializer(
	int nTypeId,
	Type type
)

Parameters

nTypeId
Type: System..::..Int32
The type identifier of the user type to serialize and deserialize.
type
Type: System..::..Type
The type of the user type to serialize and deserialize

See Also