|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Optional parameter value typepublic interface Serializer<T>
Serializes are used to serialize a object to a single String.
If implementor declares a constructor with a Map argument, it will be called with the user custom properties.
Serializers
,
InterfaceContext.getProperties()
Method Summary | |
---|---|
String |
serialize(T value)
Serialize the current arg context into a single string |
Method Detail |
---|
String serialize(T value)
value
- argument value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |