JsonSerializerExtensions.WithoutConverter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a JsonSerializer without specified converter.
public static Newtonsoft.Json.JsonSerializer WithoutConverter(this Newtonsoft.Json.JsonSerializer serializer, Newtonsoft.Json.JsonConverter converterToExclude);
static member WithoutConverter : Newtonsoft.Json.JsonSerializer * Newtonsoft.Json.JsonConverter -> Newtonsoft.Json.JsonSerializer
<Extension()>
Public Function WithoutConverter (serializer As JsonSerializer, converterToExclude As JsonConverter) As JsonSerializer
Parameters
- serializer
- Newtonsoft.Json.JsonSerializer
JsonSerializer
- converterToExclude
- Newtonsoft.Json.JsonConverter
Converter to exclude from serializer.
Returns
Newtonsoft.Json.JsonSerializer
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET