Interface IConverter
Provide for "pluggable" object conversions.
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public interface IConverter
Methods
Convert(object)
Convert the passed object to another object.
Declaration
object Convert(object o)
Parameters
| Type | Name | Description |
|---|---|---|
| object | o | Object to be converted. |
Returns
| Type | Description |
|---|---|
| object | The new, converted object. |