Interface WrappingStorageUtility.SerializationWrapper
- All Superinterfaces:
Externalizable
- All Known Implementing Classes:
CompactInstanceWrapper,TaggedSerializationWrapper
- Enclosing class:
- WrappingStorageUtility
public static interface WrappingStorageUtility.SerializationWrapper extends Externalizable
Defines an alternate serialization scheme. The alternate scheme is implemented in this class's
readExternal and writeExternal methods.
(kind of like ExternalizableWrapper -- but not quite a drop-in replacement)
-
Method Summary
Modifier and Type Method Description ClassbaseType()return type of underlying objectvoidclean()ExternalizablegetData()retrieve the underlying object (to be followed by a call to readExternal)voidsetData(Externalizable e)set the underlying object (to be followed by a call to writeExternal)Methods inherited from interface org.javarosa.core.util.externalizable.Externalizable
readExternal, writeExternal