cfboom.gson.JsonDeserializer
Interface representing a deserializer for Json.
Method Summary | |
---|---|
any
|
deserialize(string json, [string typeOfJson])
Gson invokes this call-back method during deserialization when. |
Method Detail |
---|
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
json
- The Json data being deserialized (com.google.gson.JsonElement)typeOfJson
- The type of the Object to deserialize to