discomarathon / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Update documentation #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
I believe this has already been fixed.

Original comment by limpbizkit on 31 Oct 2010 at 2:45