Menu

#32 ObjectBinder.bindIntoObject doesn't deserialize null props

3.0.0
closed-fixed
5
2012-11-08
2011-06-11
Anonymous
No

Method ObjectBinder.bindIntoObject doesn't deserialize null properties from the Json map.
Properties with a value of null are processed as if the property was not present in the map.

Issue is located here in ObjectBinder.java
131 Object value = findFieldInJson( jsonOwner, descriptor );
132 if( value != null ) {

Discussion

  • Charlie Hubbard

    Charlie Hubbard - 2012-11-08
    • milestone: 1015816 --> 710520
     
  • Charlie Hubbard

    Charlie Hubbard - 2012-11-08

    Looks like this was fixed along the way. Don't know when.

     
  • Charlie Hubbard

    Charlie Hubbard - 2012-11-08
    • milestone: 710520 --> 3.0.0
     
  • Charlie Hubbard

    Charlie Hubbard - 2012-11-08
    • status: open --> closed-fixed
     

Log in to post a comment.