| Class | Description |
|---|---|
| StreamingUtils |
Helper class for writing and reading data for tl (de-)serialization.
|
| TLBool |
Packed type of tl-bool
|
| TLBoolFalse |
Packed type of tl-bool false value
|
| TLBoolTrue |
Packed type of tl-bool true value
|
| TLBytes |
Created by Ruben Bermudez on 10.02.14.
|
| TLContext |
TypeLanguage context object.
|
| TLError | |
| TLGzipObject |
Basic class of gzipped object
|
| TLIntVector |
TL Vector of integers.
|
| TLLongVector |
TL Vector of longs.
|
| TLMethod<T extends TLObject> |
Basic object for RPC methods.
|
| TLNull | |
| TLObject |
Basic class for all tl-objects.
|
| TLStringVector |
TL Vector of strings.
|
| TLTrue | |
| TLVector<T> |
Basic vector type in TL language
For working with primitive internal types you might instantiate class TLIntVector, TLStringVector, TLLongVector for
vector of integer, strings or long.
|
| Exception | Description |
|---|---|
| DeserializeException |
Created with IntelliJ IDEA.
|
Copyright © 2016. All rights reserved.