JsonCriteriaConverter.CanRead property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether this JsonConverter can read JSON.

public override bool CanRead { get; }

Property Value

True if this JsonConverter can write JSON; otherwise, false.

See Also