Method | Description | |
---|---|---|
Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void |
Construct an instance from the specified tagged JSONReader stream.
|
|
RecryptProtocol ( ) : System |
Default constructor.
|
|
RecryptProtocol ( JSONReader JSONReader ) : System |
Construct an instance from a JSON encoded stream.
|
|
RecryptProtocol ( string _String ) : System |
Construct an instance from a JSON encoded string.
|
|
Tag ( ) : string |
|
public static Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void | ||
JSONReader | JSONReader | |
Out | JSONObject | |
return | void |
public RecryptProtocol ( JSONReader JSONReader ) : System | ||
JSONReader | JSONReader | |
return | System |
public RecryptProtocol ( string _String ) : System | ||
_String | string | |
return | System |