tl24 / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
1 stars 1 forks source link

Advanced Customization/TypeConversion #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 16 Nov 2008 at 5:49

GoogleCodeExporter commented 9 years ago
3.0 Release

Original comment by elliott....@gmail.com on 26 Jan 2009 at 2:22