Show / Hide Table of Contents

Class ConfigurablePofContext.PofConfigParameterResolver

An XmlHelper.IParameterResolver implementation used by ConfigurablePofContext when resolving serializer configuration.

Inheritance
object
ConfigurablePofContext.PofConfigParameterResolver
Implements
XmlHelper.IParameterResolver
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Tangosol.IO.Pof
Assembly: Coherence.dll
Syntax
protected class ConfigurablePofContext.PofConfigParameterResolver : XmlHelper.IParameterResolver

Constructors

PofConfigParameterResolver(string, int, Type)

Creates PofConfigParameterResolver with parameter values for {type-id}, {class-name} and {class} macros.

Declaration
public PofConfigParameterResolver(string className, int userTypeId, Type userType)
Parameters
Type Name Description
string className

Type name.

int userTypeId

User type id.

Type userType

User type.

Methods

ResolveParameter(string, string)

Resolve the passed substitutable parameter.

Declaration
public virtual object ResolveParameter(string type, string value)
Parameters
Type Name Description
string type

The value of the "param-type" element.

string value

The value of the "param-value" element, which is enclosed by curly braces, indicating its substitutability.

Returns
Type Description
object

The object value to use or the UNRESOLVED constant.

Implements

XmlHelper.IParameterResolver

See Also

GetSerializer(IXmlElement, Type, int)
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.