Описание тега datacontractjsonserializer
DataContractJsonSerializer is a .NET component that makes it possible to directly serialize .NET objects into JSON data and to deserialize such data back into instances of .NET types.
DataContractJsonSerializer
is part of the Microsoft .net framework (version 3.5 onwards). It makes it possible to directly serialize.NET objects into json data and to deserialize such data back into instances of.NET types.
As with datacontractserializer (with which it shares an abstract base class XmlObjectSerializer
), DataContractJsonSerializer
is intended to serialize data contract types, thus appropriate data contract attributes may be applied to control the serialization of objects from and to JSON.