Interface SerializationStrategy
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SerializationStrategyDefaultImpl,SerializationStrategyLeanImpl
Allow serialization of items to be overridden by strategies that implement this interface (See JIRA issue HOR-104)
-
Method Summary
Modifier and TypeMethodDescriptionCalled when wanting to deserialize the AbstractItemModel aimCalled when serializing the AbstractItemModel aim
-
Method Details
-
writeReplace
Called when serializing the AbstractItemModel aim- Parameters:
aim- the AbstractItemModel to serialize- Returns:
- The (possibly different) object that will be serialized
- Throws:
ObjectStreamException
-
readResolve
Called when wanting to deserialize the AbstractItemModel aim- Parameters:
aim- the AbstractItemModel to deserialize- Returns:
- The (possibly different) object that will be deserialized
- Throws:
ObjectStreamException
-