ip-v8 / rust-ipv8

Rust implementation of the IPv8 application.
https://ip-v8.github.io/rust-ipv8/ipv8
GNU Lesser General Public License v3.0
13 stars 2 forks source link

Serializer #14

Closed ichorid closed 5 years ago

ichorid commented 5 years ago

Please, be smart about this. Do not blindly copy IPv8 stuff. If it is possible to use 3rd party code, like Serde, do it. The best serializer is no serializer. If you feel that, to support the use cases we have at the moment in Tribler, you can do away with macros: do it.

And for Stroustrup's sake: do not try to conceive your own serializer! Every programmer has an urge to do it, so please control your urges :wink:

jdonszelmann commented 5 years ago

solved with #16