27 packages tagged with “DataContract”
Package Description
Add DataContract and DataMember support to System.Text.Json.
A SerializationSurrogateProvider for the System.Collection.Immutable types
Encapsulation including DataContractSerializer and RemoteAgency.
Using DataContractSerializer as serialization solution in Remote Agency.
This packages registers DataContract mapped files in order to be persisted in mongodb (as decorated in DataContract/Member).
The wrappers and extensions methods for DataContract
This package implements the Serialization provider contracts for serializers supported in full ASP.NET 4.5 framework
ComCat is a Resharper plugin that helps with 2 things in C# programming: order DataMember properties in a DataContract; sync comments from interface / base class to implementation / child class.You will need to use the ReSharper extension manager to point to the nuget repository (however this plugin is also available on Nuget Gallery) first in order to install this plugin. It possibly won't work with the Nuget package manager. Go to the project page for more info.
This package allowed to persist the state of a proxy or pass through different domains that share the necessary interfaces and behaviors.
A DataContract implmentations for RockLib.Serialization.
Provides a fluent configuration API to apply commonly needed serialization options to a POCO (and it's properties). Follows same conventions and principals as FluentValidator.
Json.NET Adapter for FluentDataContract. Use FluentContractResolver as the IContractResolver.
StorageHelper for saving and loading objects using a DataContractSerializer for Windows Store, Windows Phone and universal Windows .NET apps
My package description.
A .net library for serialization and deserialization with performance and minimal file size in mind. Works with DataContract and XmlSerialize
CacheManager extension package providing DataContract serialization for distributed caches. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
A readonly struct for representing byte sizes with human-readable formatting, arithmetic operations, and full serialization support including dictionary key compatibility.
ComCat - a wild one
A framework for the serialization of the popular JQuery DataTables Plug-in. There are two small libraries, CubedElement.DataTable.Contracts and CubedElement.DataTable.Model, and when building this the goal was not only to make it user friendly, but to make it n-tiered and IoC friendly too!
Yeah, you can access json with dynamic & Json.Net. But why can't we have the old static way? Is there no one miss the happiness of working with intellisense? There must be a easy way. 动态调用RestAPI返回的json, 确实很简单 但是你自己要封装一个SDK给别人,你好意思给人家说明书让人家看着说明书动态调用么? 看着动态调用里面写着驼峰命名 和你的完美API格格不入,你不觉得强迫症要发作了么? 为了解决这些问题,我们开了这个项目。 智能提示很重要。
For when you wish System.Text.Json would honor DataContract and DataMember attributes
Storage made simple, fast and easy across platforms. Supports .NET 4 and later, Silverlight 4 and 5, Windows Store Apps, and Windows Phone 7 and later.
Xml and Json serialization
DataContract Serializable TableEntity base class that implements azure table storage ITableEntity interface. For the classes that need to be written to table storage, all that is required is to inherit from this base class and that s all. TableEntity class in the client SDK can be used as a base class as well but TableEntity class is not DataContract serializable so your entities will not be DataContract Serializable and cannot be exchanged between WCF services as a result.