C# Class TeleSharp.TL.LongUtil

Exibir arquivo Open project: sochix/TLSharp

Public Methods

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

Method Details

Deserialize() public static method

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

Serialize() public static method

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