Show / Hide Table of Contents

Class NullImplementation.NullConverter

An IConverter that does nothing.

Inheritance
object
NullImplementation.NullConverter
Implements
IConverter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Implements

IConverter
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.