public interface SerializationStrategy extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
readResolve(AbstractItemModel aim)
Called when wanting to deserialize the AbstractItemModel aim
|
Object |
writeReplace(AbstractItemModel aim)
Called when serializing the AbstractItemModel aim
|
Object writeReplace(AbstractItemModel aim) throws ObjectStreamException
aim - the AbstractItemModel to serializeObjectStreamExceptionObject readResolve(AbstractItemModel aim) throws ObjectStreamException
aim - the AbstractItemModel to deserializeObjectStreamExceptionCopyright © 2017 SAP SE. All Rights Reserved.