public interface Json
Modifier and Type | Method and Description |
---|---|
<T> T |
fromJson(String json,
Class<T> classOfT)
Deserialize the object from json.
|
<T> T |
fromJson(String json,
Type type)
Deserialize the generic object from json.
|
String |
toJson(Object src)
Serialize the object into json.
|
String |
toJson(Object src,
Type type)
Serialize the generic object into json.
|
String toJson(Object src)
toJson(Object, Type)
String toJson(Object src, Type type)
toJson(Object, Type)
<T> T fromJson(String json, Type type)
#fromJson(Object, Class)
Copyright © 2009-2012 jclouds. All Rights Reserved.