A custom JSON converter library with some useful features for ASP.NET client-server application.
It serializes objects to a JSON string, using the provided interfaces as templates, and including attributed fields not included in the interfaces. This allows you to pass objects from the storage layer through the model to the client, hiding specific data, while still storing it for postback from the client.
It deserializes a JSON string into objects, reusing existing objects as targets if possible. This avoids creating an intermediate list of objects when populating an ObservableCollection on the WPF client, and reduces the overhead of creating multiple objects in memory and the garbage collector.
Features
- Serializes objects to a JSON string, using the provided interfaces as templates, and including attributed fields not included in the interfaces.
- Deserializes a JSON string into objects, reusing existing objects as targets if possible.
License
MIT LicenseFollow TransferJsonConverter
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of TransferJsonConverter!