CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.io.pof
Interface EvolvablePortableObject

All Superinterfaces:
Evolvable, PortableObject, Serializable
All Known Implementing Classes:
SafeConfigurablePofContext.SafePofHolder

public interface EvolvablePortableObject
extends PortableObject, Evolvable

Extension of the PortableObject interface that supports forwards- and backwards-compatibility of POF data streams.

Since:
Coherence 3.2
Author:
cp/jh 2006.07.14

Method Summary
 
Methods inherited from interface com.tangosol.io.pof.PortableObject
readExternal, writeExternal
 
Methods inherited from interface com.tangosol.io.Evolvable
getDataVersion, getFutureData, getImplVersion, setDataVersion, setFutureData
 


CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation