Class DefaultStateSerializer
java.lang.Object
org.sterl.spring.persistent_tasks.trigger.component.DefaultStateSerializer
- All Implemented Interfaces:
StateSerializer<Serializable>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sterl.spring.persistent_tasks.api.task.StateSerializer
StateSerializer.DeSerializationFailedException, StateSerializer.SerializationFailedException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(TaskId<Serializable> id, byte[] bytes) byte[]
serialize
(TaskId<Serializable> id, Serializable obj)
-
Constructor Details
-
DefaultStateSerializer
public DefaultStateSerializer()
-
-
Method Details
-
serialize
- Specified by:
serialize
in interfaceStateSerializer<Serializable>
-
deserialize
- Specified by:
deserialize
in interfaceStateSerializer<Serializable>
-