JsonStringHashSetConverter.CanWrite property
Gets a value indicating whether this JsonConverter can write JSON.
public override bool CanWrite { get; }
Property Value
true, as this converter supports writing.
See Also
- class JsonStringHashSetConverter