Show / Hide Table of Contents

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.

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