[]
Define a converter which converts the client function name to string without quote.
public class FunctionConverter : JsonConverter
| Name | Description |
|---|---|
| FunctionConverter() |
| Name | Description |
|---|---|
| CanConvert(Type) | Gets whether the converter is supported. |
| ReadJson(JsonReader, Type, object) | Deserialize the object. |
| WriteJson(JsonWriter, object) | Serialize the value. |