接口 ExecutionContextSerializer

  • 所有超级接口:
    org.springframework.core.serializer.Deserializer<java.util.Map<java.lang.String,​java.lang.Object>>, org.springframework.core.serializer.Serializer<java.util.Map<java.lang.String,​java.lang.Object>>
    所有已知实现类:
    DefaultExecutionContextSerializer, Jackson2ExecutionContextStringSerializer, XStreamExecutionContextStringSerializer

    public interface ExecutionContextSerializer
    extends org.springframework.core.serializer.Serializer<java.util.Map<java.lang.String,​java.lang.Object>>, org.springframework.core.serializer.Deserializer<java.util.Map<java.lang.String,​java.lang.Object>>
    A composite interface that combines both serialization and deserialization of an execution context into a single implementation. Implementations of this interface are used to serialize the execution context for persistence during the execution of a job.
    从以下版本开始:
    2.2
    作者:
    Michael Minella
    另请参阅:
    Serializer, Deserializer
    • 方法概要

      • 从接口继承的方法 org.springframework.core.serializer.Deserializer

        deserialize
      • 从接口继承的方法 org.springframework.core.serializer.Serializer

        serialize