Click or drag to resize

IEvolvableObjectGetEvolvableHolder Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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