Class JsonExplicitNull (1.50.0)

public static class JsonExplicitNull : object

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 that is explicitly expressed as null when converted to JSON.

Returns
TypeDescription
IList<T>

An that is explicitly expressed as null when converted to JSON.

Type Parameter
NameDescription
T