Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Return an IPofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.

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

Syntax

C#
public override IPofSerializer GetPofSerializer(
	int typeId
)

Parameters

typeId
Type: System..::..Int32
The type identifier of the user type that can be serialized and deserialized using the returned IPofSerializer; must be non-negative.

Return Value

An IPofSerializer for the specified user type.

Implements

IPofContext..::..GetPofSerializer(Int32)

Exceptions

ExceptionCondition
System..::..ArgumentException If the specified user type is negative or unknown to this IPofContext.

See Also