[]
        
(Showing Draft Content)

C1.JsonNet.Converters.FunctionConverter

FunctionConverter Class

Define a converter which converts the client function name to string without quote.

Inheritance
FunctionConverter
Namespace: C1.JsonNet.Converters
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class FunctionConverter : JsonConverter
Public Class FunctionConverter
    Inherits JsonConverter

Constructors

Name Description
FunctionConverter()

Methods

Name Description
CanConvert(Type)

Gets whether the converter is supported.

ReadJson(JsonReader, Type, object)

Deserialize the object.

WriteJson(JsonWriter, object)

Serialize the value.