Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.21 KB

JsonCriteriaConverter.md

File metadata and controls

23 lines (17 loc) · 1.21 KB

JsonCriteriaConverter class

namespace: Serenity.Data   assemblySerenity.Net.Data

Serialize/deserialize a BaseCriteria object

public class JsonCriteriaConverter : JsonConverter

Public Members

name description
JsonCriteriaConverter() The default constructor.
override CanRead { get; } Gets a value indicating whether this JsonConverter can read JSON.
override CanWrite { get; } Gets a value indicating whether this JsonConverter can write JSON.
override CanConvert(…) Determines whether this instance can convert the specified object type.
override ReadJson(…) Reads the JSON representation of the object.
override WriteJson(…) Writes the JSON representation of the object.

See Also