gson-comments/extras/src/main/java/com/google/gson/typeadapters
2011-12-30 08:27:24 +00:00
..
RuntimeTypeAdapterFactory.java 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