It would be nice to have a ability to check either serialization preserves object's properties (such as equality)
For example:
BeanVerifier.forClass(Entity.class)
.withSerializer(new BeanSerializer(...))
.withDeserializer(new BeanDeserializer(...))
.verify()
It would be nice to have a ability to check either serialization preserves object's properties (such as equality)
For example: