Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Returns serializer for user type specified by xmlType.

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

Syntax

C#
protected virtual IPofSerializer GetSerializer(
	IXmlElement xmlType,
	Type type,
	int typeId
)

Parameters

xmlType
Type: Tangosol.Run.Xml..::..IXmlElement
IXmlElement with configuration for user type.
type
Type: System..::..Type
User type.
typeId
Type: System..::..Int32
Type id of user type.

Return Value

IPofSerializer instance based on the configuration.

See Also