Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

MADE.NET Data Serialization

GitHub release Build status Twitter Followers Nuget MADE.NET docs

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.

Features ⭐

  • 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 TypeNameHandling set to All. Find out more about how to use the binder in your own projects.

Getting started

Get the library

You can install the Data Serialization library into your dotnet application by running the following command:

dotnet add package MADE.Data.Serialization

Or by adding the MADE.Data.Serialization package in your NuGet package manager of choice.

Contributing 🤝🏻

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!

Support this project 💗

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.

License

This project is made available under the terms and conditions of the MIT license.