C# Class MonoDevelop.D.Projects.Dub.DefinitionFormats.JSONThingDeserializer

显示文件 Open project: aBothe/Mono-D Class Usage Examples

Public Methods

Method Description
Deserialize ( TextReader tr ) : JSONObject

Private Methods

Method Description
ReadArray ( JsonReader r ) : JSONArray
ReadObject ( JsonReader r ) : JSONObject
ReadThing ( JsonReader r ) : JSONThing

Method Details

Deserialize() public method

public Deserialize ( TextReader tr ) : JSONObject
tr System.IO.TextReader
return JSONObject