 Declaration Syntax
 Declaration Syntax| C# | 
public class JsonMapper
 Members
 Members| All Members | Constructors | Methods | |||
| Icon | Member | Description | 
|---|---|---|
|  | JsonMapper()()()() | Initializes a new instance of the JsonMapper class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|   | RegisterExporter<(Of <<'(T>)>>)(ExporterFunc<(Of <<'(T>)>>)) | |
|   | RegisterImporter<(Of <<'(TJson, TValue>)>>)(ImporterFunc<(Of <<'(TJson, TValue>)>>)) | |
|   | ToJson(Object) | |
|   | ToJson(Object, JsonWriter) | |
|   | ToObject(JsonReader) | |
|   | ToObject(TextReader) | |
|   | ToObject(String) | |
|   | ToObject<(Of <<'(T>)>>)(JsonReader) | |
|   | ToObject<(Of <<'(T>)>>)(TextReader) | |
|   | ToObject<(Of <<'(T>)>>)(String) | |
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|   | ToWrapper(WrapperFactory, JsonReader) | |
|   | ToWrapper(WrapperFactory, String) | |
|   | UnregisterExporters()()()() | |
|   | UnregisterImporters()()()() | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | JsonMapper |