M. Overdijk - 2013-12-27

Yes I think it would be very useful.
I was looking for similar functionality and got attracted to flexjson as it is able to exclude fields during serialization.
Unfortunately this is not possible during de-serialization.

My use case is where I want to use JPA Entity model in controller layer and want to exclude the "id" from binding from json string to the entity object.