JsonNetSerializer Methods

Include Protected Members
Include Inherited Members

.NET Framework 4

The JsonNetSerializer type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Parse Deserializes the JSON to a .NET object.
Public method Serialize Serializes the specified object to a TextWriter.
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method Parse<T> Deserializes the JSON to a .NET object. (Defined by JsonSerializerExtensions.)
Public Extension Method Stringify Serializes the specified object to a JSON string. (Defined by JsonSerializerExtensions.)

Top

See Also

Reference

JsonNetSerializer Class

Microsoft.AspNet.SignalR.Json Namespace