Skip to content

JsonStringHashSetConverter class

namespace: Serenity.Services   assemblySerenity.Net.Core

Serializes and deserializes a HashSet of strings as a JSON array.

public class JsonStringHashSetConverter : JsonConverter

Public Members

name description
JsonStringHashSetConverter() 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