Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue#601 Support for deserialization of interface types #604

Merged
merged 2 commits into from
Apr 8, 2021

Commits on Apr 5, 2021

  1. Added another option to deserialize interface types by specifying the…

    …ir concrete types using the builder.AddTypeMapping<TInterface, TConcrete>() api.
    dotlegacy committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    abe677b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Removed abstract method AddTypeMapping from BuilderSkeleton as this o…

    …nly applies to DeserializerBuilder.
    
    Updated dictionaries to instance types as the static types caused concurrent unit tests to fail.
    Updated DefaultObjectFactory to use lazy loading to allow constructor initialization with type mappings.
    dotlegacy committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3219bbb View commit details
    Browse the repository at this point in the history