JsonSafeInt64Converter.CanRead property
Gets a value indicating whether this JsonConverter can read JSON.
public override bool CanRead { get; }
Property Value
false, as this converter only supports writing.
See Also
- class JsonSafeInt64Converter
Gets a value indicating whether this JsonConverter can read JSON.
public override bool CanRead { get; }
false, as this converter only supports writing.