インターフェース ExecutionContextSerializer
- すべてのスーパーインターフェース:
org.springframework.core.serializer.Deserializer<MapSE<StringSE,
,ObjectSE>> org.springframework.core.serializer.Serializer<MapSE<StringSE,
ObjectSE>>
public interface ExecutionContextSerializer
extends org.springframework.core.serializer.Serializer<MapSE<StringSE,ObjectSE>>, org.springframework.core.serializer.Deserializer<MapSE<StringSE,ObjectSE>>
実行コンテキストの直列化と逆直列化の両方を単一の実装に組み合わせた複合インターフェース。このインターフェースの実装は、ジョブの実行中に永続化するために実行コンテキストを直列化するために使用されます。
- 導入:
- 2.2
- 作成者:
- Michael Minella
- 関連事項:
Serializer
Deserializer
メソッドのサマリー
インターフェース org.springframework.core.serializer.Deserializer から継承されたメソッド
deserialize, deserializeFromByteArray
インターフェース org.springframework.core.serializer.Serializer から継承されたメソッド
serialize, serializeToByteArray