Skip to content

Serialization testing #14

Description

@andreoss

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions