Click or drag to resize

IEvolvableObject Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Defines an interface that should be implemented by the classes that want to support evolution.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IEvolvableObject

The IEvolvableObject type exposes the following members.

Methods
  NameDescription
Public methodGetEvolvable
Return IEvolvable holder object for the specified type id.
Public methodGetEvolvableHolder
Return EvolvableHolder that should be used to store information about evolvable objects that are not known during deserialization.
Top
See Also