Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
IValueExtractor is used to both extract values (for example, for sorting or filtering) from an object, and to provide an identity for that extraction.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public interface IValueExtractor

Remarks

Important Note: all classes that implement IValueExtractor interface must explicitly implement the GetHashCode()()()() and Equals(Object) methods in a way that is based solely on the object's serializable state.

See Also