discomarathon / google-gson

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

registerDeserializer in GsonBuilder is private #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See source code
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
How can a client register a custom deserializer?

Original issue reported on code.google.com by kaveh.gh...@gmail.com on 27 Apr 2009 at 8:35

GoogleCodeExporter commented 9 years ago
Just use registerTypeAdapter method in GsonBuilder and pass it the 
deserializer. 

Original comment by inder123 on 5 May 2009 at 11:33