Method | Description | |
---|---|---|
Deserialize ( ) : object | ||
Deserializer ( ) : System | ||
Deserializer ( Stream stream ) : System | ||
Deserializer ( |
||
Deserializer ( string input ) : System | ||
SetInput ( Stream stream ) : |
||
SetInput ( |
||
SetInput ( string input ) : |
Method | Description | |
---|---|---|
CheckScan ( TokenType expected ) : |
||
CheckScan ( TokenType expected, bool eofok ) : |
||
Parse ( |
||
ParseArray ( ) : JsonArray | ||
ParseObject ( ) : JsonObject | ||
UnexpectedEof ( TokenType expected ) : void | ||
UnexpectedToken ( TokenType expected, |
public Deserializer ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public Deserializer ( |
||
reader | ||
return | System |
public Deserializer ( string input ) : System | ||
input | string | |
return | System |
public SetInput ( Stream stream ) : |
||
stream | Stream | |
return |
public SetInput ( |
||
reader | ||
return |
public SetInput ( string input ) : |
||
input | string | |
return |