ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet.Converters Namespace / FunctionConverter Class
Methods


In This Topic
    FunctionConverter Class Members
    In This Topic

    The following tables list the members exposed by FunctionConverter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Gets whether the converter is supported.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDeserialize an object from the specified value. (Inherited from C1.JsonNet.JsonConverter)
    Protected MethodSerialize the specified value to a string. (Inherited from C1.JsonNet.JsonConverter)
    Protected MethodOverridden. Deserialize the object.  
    Protected MethodWrites the specified value. (Inherited from C1.JsonNet.JsonConverter)
    Protected MethodOverridden. Serialize the value.  
    Top
    See Also