OpenTl / OpenTl.ClientApi

The Api client library that implements the MtProto 2.0. To connect to servers, such as Telegram
MIT License
80 stars 22 forks source link

Binary serialization #20

Closed antonko closed 6 years ago

antonko commented 6 years ago

Serialization is a problem, because interfaces are used. I want to use binary serialization, But in the models of OpenTl.Schema no attributes are set([Serializable]). How best to solve this problem?

antonko commented 6 years ago

The OpenTl.Schema.Serialization.Serializer works well, I use it