guapo·il y a 7 ans·discussOr just register the Jackson Java 8 datatypes module.Then you can create a standard immutable class with a constructior, and Jackson's object mapper can then serialize and deserialize.The only catch is that you must add -parameters to your javac args.
Then you can create a standard immutable class with a constructior, and Jackson's object mapper can then serialize and deserialize.
The only catch is that you must add -parameters to your javac args.