Skip to content

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