Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add BeJsonSerializable<T>() round-trip assertion #3264

Copy link
Copy link

Description

@dennisdoomen
Issue body actions

We have BeXmlSerializable, BeDataContractSerializable and BeBinarySerializable, and since 8.8 the first two accept EquivalencyOptions. There is no equivalent for System.Text.Json, the serializer most codebases use today.

Proposed API:

subject.Should().BeJsonSerializable<MyDto>();
subject.Should().BeJsonSerializable<MyDto>(options => options.Excluding(d => d.Etag));

Implementation: serialize with System.Text.Json, deserialize, compare via BeEquivalentTo. An overload accepting JsonSerializerOptions would cover custom converters.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    api-suggestionEarly API idea and discussion, it is NOT ready for implementationEarly API idea and discussion, it is NOT ready for implementationfeature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.