public interface SerializationStrategy
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
readResolve(AbstractItemModel aim)
Called when wanting to deserialize the AbstractItemModel aim
|
java.lang.Object |
writeReplace(AbstractItemModel aim)
Called when serializing the AbstractItemModel aim
|
java.lang.Object writeReplace(AbstractItemModel aim) throws java.io.ObjectStreamException
aim - the AbstractItemModel to serializejava.io.ObjectStreamExceptionjava.lang.Object readResolve(AbstractItemModel aim) throws java.io.ObjectStreamException
aim - the AbstractItemModel to deserializejava.io.ObjectStreamExceptionCopyright © 2018 SAP SE. All Rights Reserved.