Class JsonExplicitNull (1.60.0)

public static class JsonExplicitNull

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

Inheritance

object > JsonExplicitNull

Namespace

GoogleApisJson

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
Type Description
IList

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

Type Parameter
Name Description
T