C# Class Goedel.Cryptography.Jose.Jose

Inheritance: global::Goedel.Protocol.JSONObject
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode 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 méthode

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

Jose() public méthode

Default constructor.
public Jose ( ) : System
Résultat System

Jose() public méthode

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

Jose() public méthode

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

Tag() public méthode

public Tag ( ) : string
Résultat string

ToJson() public méthode

Encode object as a JSON byte array.
public ToJson ( ) : byte[]
Résultat byte[]

ToJsonB() public méthode

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

ToJsonC() public méthode

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