The JsonSerializer type exposes the following members.

Methods

  Name Description
Public method Static member DeepCopy
Deep copy returns exact copy of provided object.
Public method Static member Deserialize(array<Byte>[]()[][], Type)
Deserialize to objects from a JSON stream.
Public method Static member Deserialize(Stream, Type)
Deserialize to objects from a stream.
Public method Static member Deserialize(String, Type)
Deserialize to objects from a JSON stream.
Public method Static member GetBytes
Serialize from Objects to JSON content presented in the byte array.
Public method Static member Serialize
Serialize from Objects to JSON content.

See Also