Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)
Syntax
C# |
---|
EvolvableHolder GetEvolvableHolder() |
Return Value
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.