gson-comments/gson/src
Inderjeet Singh 57ea7ff9f3 Restored this behavior for serialization: (as verified in CustomSerializerTest)
First preference: a type adapter registered for the runtime type
Second preference: a type adapter registered for the declared type
Third preference: reflective type adapter for the runtime type (if it is a sub class of the declared type)
Fourth preference: reflective type adapter for the declared type
2011-08-12 02:18:02 +00:00
..
main/java/com/google/gson Restored this behavior for serialization: (as verified in CustomSerializerTest) 2011-08-12 02:18:02 +00:00
test/java/com/google/gson Added support for runtime type determination while serializing collections and its subclasses. 2011-08-04 23:55:52 +00:00