hydration
hydration copied to clipboard
Feature/message deserialization
- Added message deserialization using
from_bytes
andfrom_stream
- Added documentation about the message deserialization
- Added support for
from_stream
in all of the fields and now it's a requirement to create a new field (it's an abstract function in the abstract classField
) - Added tests for the new logic, also extended the existing tests to support
from_stream