Метод | Описание | |
---|---|---|
Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void |
Construct an instance from the specified tagged JSONReader stream.
|
|
MeshPassword ( ) : System |
Default constructor.
|
|
MeshPassword ( JSONReader JSONReader ) : System |
Construct an instance from a JSON encoded stream.
|
|
MeshPassword ( string _String ) : System |
Construct an instance from a JSON encoded string.
|
|
Tag ( ) : string |
Schema tag.
|
public static Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void | ||
JSONReader | JSONReader | Input stream |
Out | JSONObject | The created object |
Результат | void |
public MeshPassword ( JSONReader JSONReader ) : System | ||
JSONReader | JSONReader | Input stream |
Результат | System |
public MeshPassword ( string _String ) : System | ||
_String | string | Input string |
Результат | System |