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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of TransferJsonConverter!