kshchepanovskyi / protostuff-googlecode-exported

Automatically exported from code.google.com/p/protostuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Ignore Array of Null Values in JSON

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.private List<String> hobbies;
2. mapper.setSerializationInclusion(Include.NON_NULL);


What is the expected output? What do you see instead?
I am getting these values from my form, If i am getting null values from my 
from how to ignore that values using Jackson.

What version of the product are you using? On what operating system?
jackson 2.2.3, windows 7

Please provide any additional information below.

Original issue reported on code.google.com by p.vis...@gmail.com on 12 Nov 2014 at 9:23