bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

Add "strict" flag to DefaultJsonMapper #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
DefaultJsonMapper should have an additional constructor that takes a "strict" 
boolean.  If true, behavior is exactly as in 1.6 (the default constructor 
should use true to preserve current behavior).  If false, instead of throwing 
an exception on JSON mapping failures, the exception should be swallowed and 
the field set to null instead.

See discussion here: http://groups.google.com/group/restfb/msg/a720450b1b0c9021

Original issue reported on code.google.com by mark.a.a...@gmail.com on 30 Dec 2010 at 1:07

GoogleCodeExporter commented 8 years ago

Original comment by mark.a.a...@gmail.com on 18 Jan 2011 at 8:38

GoogleCodeExporter commented 8 years ago

Original comment by mark.a.a...@gmail.com on 23 Jan 2011 at 5:30