Table of Contents

Class MyAdminJsonSerializer2

Namespace
Geotab.Checkmate.Serialization
Assembly
Geotab.Checkmate.ObjectModel.dll

Converts an object to a json string and back. It ignores errors because of extra fields received from response which are not handled if setup. Contains the JsonConverters from GeotabJsonSerializer2 as well as it's own.

public class MyAdminJsonSerializer2 : GeotabJsonSerializer2
Inheritance
MyAdminJsonSerializer2
Inherited Members

Properties

Instance

Gets the singleton instance so the json.net contract resolvers are reused.

public static MyAdminJsonSerializer2 Instance { get; }

Property Value

MyAdminJsonSerializer2

The singleton instance where possible so the json.net contract resolvers are reused.