Package com.tangosol.io.pof
Interface EvolvablePortableObject
-
- All Superinterfaces:
Evolvable
,PortableObject
- All Known Implementing Classes:
AbstractEvolvableProcessor
public interface EvolvablePortableObject extends PortableObject, Evolvable
Extension of thePortableObject
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.Evolvable
getDataVersion, getFutureData, getImplVersion, setDataVersion, setFutureData
-
Methods inherited from interface com.tangosol.io.pof.PortableObject
readExternal, writeExternal
-
-