xiijima / protostuff

Automatically exported from code.google.com/p/protostuff
Apache License 2.0
0 stars 0 forks source link

How to Ignore Array of Null Values in JSON #163

Open GoogleCodeExporter opened 8 years ago

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