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