- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JaxbValueContainer
public class SerializationSafeContainer<T>
extends Object
implements Serializable
Helper class that allows putting (almost) arbitrary objects into Activiti processes.
Generally, prism objects and containers and jaxb objects are stored in their XML form,
allowing for safe deserialization in potentially newer version of midpoint.
Other serializable items are stored as such.
There's a child class (JaxbValueContainer) that allows directly retrieving XML representation of the object
(if there's one).
- Author:
- mederly
- See Also:
- Serialized Form