Class JsonExplicitNull (1.55.0)

public static class JsonExplicitNull

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

Inheritance

Object > JsonExplicitNull

Namespace

Google.Apis.Json

Assembly

Google.Apis.Core.dll

Methods

ForIList<T>()

public static IList<T> ForIList<T>()

Get an IList<T> that is explicitly expressed as null when converted to JSON.

Returns
TypeDescription
IList<T>

An IList<T> that is explicitly expressed as null when converted to JSON.

Type Parameter
NameDescription
T