C# 클래스 Goedel.Recrypt.RecryptProtocol

상속: Goedel.Protocol.JSONObject
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
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

메소드 상세

Deserialize() 공개 정적인 메소드

Construct an instance from the specified tagged JSONReader stream.
public static Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void
JSONReader JSONReader
Out JSONObject
리턴 void

RecryptProtocol() 공개 메소드

Default constructor.
public RecryptProtocol ( ) : System
리턴 System

RecryptProtocol() 공개 메소드

Construct an instance from a JSON encoded stream.
public RecryptProtocol ( JSONReader JSONReader ) : System
JSONReader JSONReader
리턴 System

RecryptProtocol() 공개 메소드

Construct an instance from a JSON encoded string.
public RecryptProtocol ( string _String ) : System
_String string
리턴 System

Tag() 공개 메소드

public Tag ( ) : string
리턴 string