Class NullImplementation.NullConverter
An IConverter that does nothing.
Implements
Inherited Members
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public class NullImplementation.NullConverter : IConverter
Fields
Instance
Since the IConverter contains no information, only one ever has to exist.
Declaration
public static readonly NullImplementation.NullConverter Instance
Field Value
Type | Description |
---|---|
NullImplementation.NullConverter |
Methods
Convert(object)
Convert the passed object to another object.
Declaration
public object Convert(object o)
Parameters
Type | Name | Description |
---|---|---|
object | o | Object to be converted. |
Returns
Type | Description |
---|---|
object | The new, converted object. |