Skip to content

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