Add a specialized Optional serializer actually serializing values
Compare changes
+ 41
− 0
Introduces a specialized Optional serializer because Jackson was only using public getter-like functions, which happened to be only isPresent and isEmpty, making any results useless.
None.
To be filled in by the reviewers