Namespace Google.Apis.Json (1.60.0)

Classes

ExplicitNullConverter

A JSON converter to write null literals into JSON when explicitly requested.

JsonExplicitNull

Provides values which are explicitly expressed as null when converted to JSON.

JsonExplicitNullAttribute

All values of a type with this attribute are represented as a literal null in JSON.

NewtonsoftJsonContractResolver

A JSON contract resolver to apply RFC3339DateTimeConverter and Google.Apis.Json.NewtonsoftJsonContractResolver.ExplicitNullConverter as necessary.

NewtonsoftJsonSerializer

Class for serialization and deserialization of JSON documents using the Newtonsoft Library.

RFC3339DateTimeConverter

A JSON converter which honers RFC 3339 and the serialized date is accepted by Google services.

Interfaces

IJsonSerializer

Represents a JSON serializer.