Class JsonExplicitNull
Provides values which are explicitly expressed as null
when converted to JSON.
Inherited Members
Namespace: Google.Apis.Json
Assembly: Google.Apis.Core.dll
Syntax
public static class JsonExplicitNull
Methods
ForIList<T>()
Get an IList<T> that is explicitly expressed as null
when converted to JSON.
Declaration
public static IList<T> ForIList<T>()
Returns
Type | Description |
---|---|
IList<T> | An IList<T> that is explicitly expressed as |
Type Parameters
Name | Description |
---|---|
T |