Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual 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