Json serializer.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static class JsonSerializer<T>
Visual Basic
Public NotInheritable Class JsonSerializer(Of T)
Visual C++
generic<typename T>
public ref class JsonSerializer abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type JsonSerializer<'T> =  class end

Type Parameters

T
Object type

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Core..::..JsonSerializer<(Of <(<'T>)>)>

See Also