JsonSortByConverter.WriteJson method

namespace: Serenity.Services   assemblySerenity.Net.Services

Writes the JSON representation of the object.

public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
parameter description
writer The JsonWriter to write to.
value The value.
serializer The calling serializer.

See Also