hpehl / piriti

JSON and XML Mapper for GWT
40 stars 16 forks source link

Added single generics support #9

Closed meriouma closed 11 years ago

meriouma commented 11 years ago

This adds single generics support to JSON (See JsonGenericsTests to see how it can be used)

hpehl commented 11 years ago

Wow. Great work! Thanks for the contribution. The build passed so I'll pull this in.

christiangoudreau commented 11 years ago

Can you plan a release ? :D

hpehl commented 11 years ago

Thanks for the latest contributions! Will release 0.9 in the next days. Stay tuned...

hpehl commented 11 years ago

Just released Piriti 0.9: https://github.com/hpehl/piriti/wiki/Releasenotes. It's available in Maven Central

meriouma commented 11 years ago

Thank you @hpehl ! I just saw your release notes, I only added the generics support in the json templates, though it wouldn't be too hard for someone to reproduce it in the xml templates