C# Class TeleSharp.TL.Int128Util

Afficher le fichier Open project: sochix/TLSharp

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader ) : Int128
Serialize ( Int128 src, BinaryWriter writer ) : void

Method Details

Deserialize() public static méthode

public static Deserialize ( BinaryReader reader ) : Int128
reader System.IO.BinaryReader
Résultat Int128

Serialize() public static méthode

public static Serialize ( Int128 src, BinaryWriter writer ) : void
src Int128
writer System.IO.BinaryWriter
Résultat void