The IConverter
string ContentType {get;}
T ConvertToObject(string content);
string ConvertToContent(T type);
There are two implementations of the interface that are provided with the library currently for JSON (JsonContentConverter
The IConverter
string ContentType {get;}
T ConvertToObject(string content);
string ConvertToContent(T type);
There are two implementations of the interface that are provided with the library currently for JSON (JsonContentConverter