JsonSafeInt64Converter.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 JsonSafeInt64Converter
Gets a value indicating whether this JsonConverter can write JSON.
public override bool CanWrite { get; }
true, as this converter supports writing.