public interface ExecutionContextStringSerializer
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
deserialize(String context)
De-serialize the context from a string representation
|
String |
serialize(Map<String,Object> context)
Serialize the context to a string representation
|
Copyright © 2014 SpringSource. All rights reserved.