tl v57.2.0-rc TL.Serializer

Module for automatically decoding and encoding packets

Summary

Functions

Decodes packet, returns struct with decoded data

Decodes packet, returns struct with decoded data and rest of the unused packet

Encodes TL term to binary

Functions

decode(packet)
decode(binary) :: struct

Decodes packet, returns struct with decoded data

decode_rest(packet)
decode_rest(binary) :: {struct, binary}

Decodes packet, returns struct with decoded data and rest of the unused packet

encode(struct)
encode(term) :: binary

Encodes TL term to binary