|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONUtilities.encoding | |
---|---|
org.quickconnectfamily.json |
Uses of JSONUtilities.encoding in org.quickconnectfamily.json |
---|
Methods in org.quickconnectfamily.json that return JSONUtilities.encoding | |
---|---|
static JSONUtilities.encoding |
JSONUtilities.encoding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JSONUtilities.encoding[] |
JSONUtilities.encoding.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.quickconnectfamily.json with parameters of type JSONUtilities.encoding | |
---|---|
static java.lang.Object |
JSONUtilities.parse(java.lang.String aJSONString,
JSONUtilities.encoding theEncoding)
Parses a string using the defined encoding. |
static java.lang.String |
JSONUtilities.stringify(java.io.Serializable aSerializableObject,
JSONUtilities.encoding theEncoding)
Converts a Serializable object into a JSON formatted string using the specified Encoding |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |