lemunozm / message-io

Fast and easy-to-use event-driven network library.
Apache License 2.0
1.12k stars 75 forks source link

Removed serialization. Release 0.9 #37

Closed lemunozm closed 3 years ago

lemunozm commented 3 years ago

Rationale: The serialization inside message-io was merely a shortcut and in most cases, it reduces the power of the user by saving 2-3 lines of their code. The serialization should be handle by the user for several reasons:

Also it PR brings other minor changes: