In The Hand
DataContractJsonSerializer Class
NamespacesInTheHand.Runtime.Serialization.JsonDataContractJsonSerializer
.NET Components for Mobility
Serializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects.
Declaration Syntax
C#Visual Basic
public sealed class DataContractJsonSerializer
Public NotInheritable Class DataContractJsonSerializer
Members
All MembersConstructorsMethods



IconMemberDescription
DataContractJsonSerializer(Type)
Initializes a new instance of the DataContractJsonSerializer class to serialize or deserialize an object of the specified type.

DataContractJsonSerializer(Type, IEnumerable<(Of <(Type>)>))
Initializes a new instance of the DataContractJsonSerializer class to serialize or deserialize an object of the specified type, with a collection of known types that may be present in the object graph.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReadObject(Stream)
Deserializes JSON (JavaScript Object Notation) data and returns the deserialized object.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteObject(Stream, Object)
Serializes an object to a JavaScript Object Notation (JSON) document.

Inheritance Hierarchy
Object
DataContractJsonSerializer

Assembly: InTheHand.Json (Module: InTheHand.Json) Version: 3.5.0.0