|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JsonContentConverter
Converts an JsonObject to and from an JSON string.
| Method Summary | |
|---|---|
AliasedJsonObject |
fromJSON(String alias,
String json)
Converts a JSON string into an AliasedJsonObject. |
String |
toJSON(JsonObject jsonObject)
Converts an XmlObject into an xml string. |
| Method Detail |
|---|
String toJSON(JsonObject jsonObject)
throws ConversionException
XmlObject into an xml string.
jsonObject - The JSON object to convert to a JSON string
ConversionException - Failed to convert the JSON object to a JSON string
AliasedJsonObject fromJSON(String alias,
String json)
throws ConversionException
AliasedJsonObject.
alias - The alias the aliased JSON object is associated withjson - The JSON string that will be converted into an aliases JSON object
ConversionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||