Class JacksonStateSerializer<T extends Serializable>

java.lang.Object
org.sterl.spring.persistent_tasks.api.task.JacksonStateSerializer<T>
Type Parameters:
T - the type of the state for the deserialization
All Implemented Interfaces:
StateSerializer<T>

public class JacksonStateSerializer<T extends Serializable> extends Object implements StateSerializer<T>
Default implementation to use jackson instead java serialization for a task state.