Click or drag to resize

ConfigurablePofContextGetSerializer Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Returns serializer for user type specified by xmlType.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual IPofSerializer GetSerializer(
	IXmlElement xmlType,
	Type type,
	int typeId
)

Parameters

xmlType
Type: Tangosol.Run.XmlIXmlElement
IXmlElement with configuration for user type.
type
Type: SystemType
User type.
typeId
Type: SystemInt32
Type id of user type.

Return Value

Type: IPofSerializer
IPofSerializer instance based on the configuration.
See Also