The MADE.NET Data Serialization library provides out-of-the-box serialization helpers and extensions for ensuring data quality when serializing to and from different formats such as JSON and XML.
- JsonTypeMigrationSerializationBinder - A JSON.NET serialization binder that allows an object type serialized to a JSON string can be migrated to a different object type. Useful when JSON has been serialized with the
TypeNameHandlingset to All. Find out more about how to use the binder in your own projects.
You can install the Data Serialization library into your dotnet application by running the following command:
dotnet add package MADE.Data.SerializationOr by adding the MADE.Data.Serialization package in your NuGet package manager of choice.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, please Star or sponsor the repo on GitHub.
This project is made available under the terms and conditions of the MIT license.