gson-comments/gson/src
Inderjeet Singh 6c78bf5247 made toJson/fromJson/toJsonTree methods public in TypeAdapter.
made Gson.getNextAdapter method public.
2011-12-31 08:52:59 +00:00
..
main/java/com/google/gson made toJson/fromJson/toJsonTree methods public in TypeAdapter. 2011-12-31 08:52:59 +00:00
test/java/com/google/gson Implement all but the most difficult part of graph type adapter's deserialization. The catch is we want to return an instance that we don't have yet. It's on the stack, but we don't have a handle to it because it's inside the 'nextTypeAdapter' who is busy populating its fields. 2011-12-30 08:27:24 +00:00