Table of Contents

Interface IJsonConverter

Namespace
Json.Net
Assembly
Json.Net.dll
public interface IJsonConverter

Methods

Deserializer(string)

object Deserializer(string txt)

Parameters

txt string

Returns

object

GetConvertingType()

Type GetConvertingType()

Returns

Type

Serializer(object)

string Serializer(object obj)

Parameters

obj object

Returns

string