Click or drag to resize

IEvolvableObjectGetEvolvableHolder Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Return EvolvableHolder that should be used to store information about evolvable objects that are not known during deserialization.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
EvolvableHolder GetEvolvableHolder()

Return Value

Type: EvolvableHolder
EvolvableHolder instance.
Remarks
For example, it is possible to evolve the class hierarchy by adding new classes at any level in the hierarchy. Normally this would cause a problem during deserialization on older clients that don't have new classes at all, but EvolvableHolder allows us to work around that issue and simply store type id to opaque binary value mapping within it.
See Also