JsonSortByConverter.CanRead property

namespace: Serenity.Services   assemblySerenity.Net.Services

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