C# Class Doe.common

Afficher le fichier Open project: ambasta/doe

Méthodes publiques

Méthode Description
code ( string s ) : byte[]
code ( byte message, int x, int readBytes ) : string
deserialise ( byte arr ) : object
serialize ( object o ) : byte[]

Method Details

code() public static méthode

public static code ( string s ) : byte[]
s string
Résultat byte[]

code() public static méthode

public static code ( byte message, int x, int readBytes ) : string
message byte
x int
readBytes int
Résultat string

deserialise() public static méthode

public static deserialise ( byte arr ) : object
arr byte
Résultat object

serialize() public static méthode

public static serialize ( object o ) : byte[]
o object
Résultat byte[]