Go to file
Inderjeet Singh bc2c25f235 Removed ExceptionWrapper from serializers.
This is done since it is improper to throw a parse exception from serializers. Moreover, the serializers dont deal with external input, they deal with classes, so they need not guard against spurious input.
2008-11-14 02:17:19 +00:00
gson Removed ExceptionWrapper from serializers. 2008-11-14 02:17:19 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
wsf Made request/response classes immutable and using builder patterns to build them. 2008-09-20 13:55:52 +00:00