PayloadDisassembler.Serializer Property
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 or sets the Newtonsoft.Json.JsonSerializer for use by this disassembler. Used to set custom SerializationSettings.
protected static Newtonsoft.Json.JsonSerializer Serializer { get; set; }
static member Serializer : Newtonsoft.Json.JsonSerializer with get, set
Protected Shared Property Serializer As JsonSerializer
Property Value
Newtonsoft.Json.JsonSerializer
The Newtonsoft.Json.JsonSerializer for use by this disassembler. Used to set custom SerializationSettings.