Update section "Custom Serialization and Deserialization" to reflect the
absence of:
gson.registerDeserializer(MyType.class, new MyDeserializer());
gson.registerInstanceCreator(MyType.class, new MyInstanceCreator());
from the API in 1.4. It is documented in the javadoc but not reflected in
the guide.
What version of the product are you using? On what operating system?
Gson 1.4 on Windows XP SP3
Original issue reported on code.google.com by kareem.shabazz@gmail.com on 30 Oct 2009 at 5:02
Original issue reported on code.google.com by
kareem.shabazz@gmail.com
on 30 Oct 2009 at 5:02