julman99 / gson-fire

A java library that adds some very useful features to Gson, like Date serializing to unix timestamp or RFC3339, method (getters) serialization, pre/post processors and many others. Check out the documentation to learn how to use it!
http://gsonfire.io
Other
229 stars 37 forks source link

Makes the wrap type adapter factory single class #28

Open julman99 opened 8 years ago

julman99 commented 8 years ago

@andressanchez please review this change to your pull request #27

I think it makes it more natural to the Gson standards and we dont need to do the loop to get the parent classes