Line 18: |
| http://code.google.com/p/google-gson/
| | http://code.google.com/p/google-gson/
|
| More complex, and yet more elegant.
| | More complex, and yet more elegant.
|
- | You need to know the schema of your data because, unlike the two examples above, you pass tell the deserialisor what object type to deserialise the JSON into.
| + | You need to know the schema of your data because, unlike the two examples above, you tell the deserialisor what object type to deserialise the JSON into.
|
- | This is similar to unmarshaling XML into objects. | + | This is similar to unmarshaling XML into objects.
|