Click or drag to resize
JsonSerializer Class
Serializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects.
Inheritance Hierarchy
SystemObject
  Lawo.IOJsonSerializer

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static class JsonSerializer

The JsonSerializer type exposes the following members.

Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also