C# Class TeleSharp.TL.BoolUtil

Show file Open project: sochix/TLSharp Class Usage Examples

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : bool
Serialize ( bool src, BinaryWriter writer ) : void

Method Details

Deserialize() public static method

public static Deserialize ( BinaryReader reader ) : bool
reader System.IO.BinaryReader
return bool

Serialize() public static method

public static Serialize ( bool src, BinaryWriter writer ) : void
src bool
writer System.IO.BinaryWriter
return void