JsonCriteriaConverter.CanWrite property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether this JsonConverter can write JSON.

public override bool CanWrite { get; }

Property Value

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

See Also