Show / Hide Table of Contents

    Class JsonSerializerExtensions

    Inheritance
    Object
    JsonSerializerExtensions
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.Azure.dll
    Syntax
    public static class JsonSerializerExtensions

    Methods

    WithoutConverter(JsonSerializer, JsonConverter)

    Declaration
    public static Newtonsoft.Json.JsonSerializer WithoutConverter (this Newtonsoft.Json.JsonSerializer serializer, Newtonsoft.Json.JsonConverter converterToExclude);
    Parameters
    JsonSerializer serializer

    JsonConverter converterToExclude

    Returns
    JsonSerializer

    Back to top Azure SDK for Net