Or 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…
Or 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…