|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutionContextStringSerializer
Interface defining serialization support for execution context Map in the form of a String.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
String serialize(Map<String,Object> context)
context - the object that should be serialized
Map<String,Object> deserialize(String context)
context - the serialization string that should be de-serialized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||