C# Class Goedel.Cryptography.Jose.Jose

Inheritance: global::Goedel.Protocol.JSONObject
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Methods

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

Construct an instance from the specified tagged JSONReader stream.

Jose ( ) : System

Default constructor.

Jose ( JSONReader JSONReader ) : System

Construct an instance from a JSON encoded stream.

Jose ( string _String ) : System

Construct an instance from a JSON encoded string.

Tag ( ) : string

ToJson ( ) : byte[]

Encode object as a JSON byte array.

ToJsonB ( ) : byte[]

Encode object as a JSON-B byte array

ToJsonC ( int>.Dictionary Dictionary ) : byte[]

Encode object as a JSON-C byte array

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
Out JSONObject
return void

Jose() public method

Default constructor.
public Jose ( ) : System
return System

Jose() public method

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

Jose() public method

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

Tag() public method

public Tag ( ) : string
return string

ToJson() public method

Encode object as a JSON byte array.
public ToJson ( ) : byte[]
return byte[]

ToJsonB() public method

Encode object as a JSON-B byte array
public ToJsonB ( ) : byte[]
return byte[]

ToJsonC() public method

Encode object as a JSON-C byte array
public ToJsonC ( int>.Dictionary Dictionary ) : byte[]
Dictionary int>.Dictionary Dictionary for encoding tags.
return byte[]