UnionConverter.

CanWrite Property

Summary

Gets a value indicating whether this Newtonsoft.Json.JsonConverter can write JSON.

Syntax

public override bool CanWrite { get; }

Value

Type Description
bool true if this Newtonsoft.Json.JsonConverter can write JSON; otherwise, false.