Space Engineers
Static Public Member Functions | List of all members
LitJson.JsonMapper Class Reference

Static Public Member Functions

static string ToJson (object obj)
 
static void ToJson (object obj, JsonWriter writer)
 
static JsonData ToObject (JsonReader reader)
 
static JsonData ToObject (TextReader reader)
 
static JsonData ToObject (string json)
 
static T ToObject< T > (JsonReader reader)
 
static T ToObject< T > (TextReader reader)
 
static T ToObject< T > (string json)
 
static IJsonWrapper ToWrapper (WrapperFactory factory, JsonReader reader)
 
static IJsonWrapper ToWrapper (WrapperFactory factory, string json)
 
static void RegisterExporter< T > (ExporterFunc< T > exporter)
 
static void RegisterImporter< TJson, TValue > (ImporterFunc< TJson, TValue > importer)
 
static void UnregisterExporters ()
 
static void UnregisterImporters ()
 

Detailed Description

Definition at line 101 of file JsonMapper.cs.

Member Function Documentation

static void LitJson.JsonMapper.RegisterExporter< T > ( ExporterFunc< T >  exporter)
inlinestatic

Definition at line 894 of file JsonMapper.cs.

static void LitJson.JsonMapper.RegisterImporter< TJson, TValue > ( ImporterFunc< TJson, TValue >  importer)
inlinestatic

Definition at line 904 of file JsonMapper.cs.

static string LitJson.JsonMapper.ToJson ( object  obj)
inlinestatic

Definition at line 825 of file JsonMapper.cs.

static void LitJson.JsonMapper.ToJson ( object  obj,
JsonWriter  writer 
)
inlinestatic

Definition at line 836 of file JsonMapper.cs.

static JsonData LitJson.JsonMapper.ToObject ( JsonReader  reader)
inlinestatic

Definition at line 841 of file JsonMapper.cs.

static JsonData LitJson.JsonMapper.ToObject ( TextReader  reader)
inlinestatic

Definition at line 847 of file JsonMapper.cs.

static JsonData LitJson.JsonMapper.ToObject ( string  json)
inlinestatic

Definition at line 855 of file JsonMapper.cs.

static T LitJson.JsonMapper.ToObject< T > ( JsonReader  reader)
inlinestatic

Definition at line 861 of file JsonMapper.cs.

static T LitJson.JsonMapper.ToObject< T > ( TextReader  reader)
inlinestatic

Definition at line 866 of file JsonMapper.cs.

static T LitJson.JsonMapper.ToObject< T > ( string  json)
inlinestatic

Definition at line 873 of file JsonMapper.cs.

static IJsonWrapper LitJson.JsonMapper.ToWrapper ( WrapperFactory  factory,
JsonReader  reader 
)
inlinestatic

Definition at line 880 of file JsonMapper.cs.

static IJsonWrapper LitJson.JsonMapper.ToWrapper ( WrapperFactory  factory,
string  json 
)
inlinestatic

Definition at line 886 of file JsonMapper.cs.

static void LitJson.JsonMapper.UnregisterExporters ( )
inlinestatic

Definition at line 916 of file JsonMapper.cs.

static void LitJson.JsonMapper.UnregisterImporters ( )
inlinestatic

Definition at line 921 of file JsonMapper.cs.


The documentation for this class was generated from the following file: