Allow advanced customization or TypeConversion during serialization.
Create a set of handler classes that convert to/from the target objects
into an intermediate json representation of the data. Custom handlers can
then be built that override default handlers by altering the json
representation before its passed on to be serialized/deserialized.
The following json representation classes are used:
ValueExpression
BooleanExpression
NumericExpression
ArrayExpression
ObjectExpression
CastExpression
NullExpression
ReferenceExpression
Original issue reported on code.google.com by elliott....@gmail.com on 10 Oct 2008 at 2:54
Original issue reported on code.google.com by
elliott....@gmail.com
on 10 Oct 2008 at 2:54