Method WriteJson
- Namespace
- DisCatSharp.Common.Utilities
- Assembly
- DisCatSharp.Common.dll
WriteJson(JsonWriter, byte[]?, JsonSerializer)
Writes the JSON representation of the object.
public override void WriteJson(JsonWriter writer, byte[]? value, JsonSerializer serializer)
Parameters
writerJsonWriterThe Newtonsoft.Json.JsonWriter to write to.
valuebyte[]The value.
serializerJsonSerializerThe calling serializer.