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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET