OpenAPITools / jackson-databind-nullable

JsonNullable wrapper class and Jackson module to support meaningful null values
Apache License 2.0
103 stars 30 forks source link

Update README.md with information on XML serialization. Fixes #5 #11

Closed bkabrda closed 5 years ago

cbornet commented 5 years ago

I was thinking something more like :

var mapper = new ObjectMapper();
mapper.registerModule(new JsonNullableModule());

And the same for XmlMapper.

bkabrda commented 5 years ago

Ok, I tried to improve it, please take a look.

cbornet commented 5 years ago

Thanks a lot !