Show / Hide Table of Contents

Class JsonExplicitNull

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

Inheritance
object
JsonExplicitNull
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 null when converted to JSON.

Type Parameters
Name Description
T
In this article
Back to top Generated by DocFX