C# Class Goedel.Mesh.MeshProtocol

Communication between the user and the portal.
Inheritance: global::Goedel.Protocol.JSONObject
Show file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void

Construct an instance from the specified tagged JSONReader stream.

MeshProtocol ( ) : System

Default constructor.

MeshProtocol ( JSONReader JSONReader ) : System

Construct an instance from a JSON encoded stream.

MeshProtocol ( string _String ) : System

Construct an instance from a JSON encoded string.

Tag ( ) : string

Schema tag.

Method Details

Deserialize() public static method

Construct an instance from the specified tagged JSONReader stream.
public static Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void
JSONReader JSONReader Input stream
Out JSONObject The created object
return void

MeshProtocol() public method

Default constructor.
public MeshProtocol ( ) : System
return System

MeshProtocol() public method

Construct an instance from a JSON encoded stream.
public MeshProtocol ( JSONReader JSONReader ) : System
JSONReader JSONReader Input stream
return System

MeshProtocol() public method

Construct an instance from a JSON encoded string.
public MeshProtocol ( string _String ) : System
_String string Input string
return System

Tag() public method

Schema tag.
public Tag ( ) : string
return string