Class ConfigurablePofContext.PofConfigParameterResolver
An XmlHelper.IParameterResolver implementation used by ConfigurablePofContext when resolving serializer configuration.
Implements
Inherited Members
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. |