C# Class TeleSharp.TL.BoolUtil

Afficher le fichier Open project: sochix/TLSharp Class Usage Examples

Méthodes publiques

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

Method Details

Deserialize() public static méthode

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

Serialize() public static méthode

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