hydration icon indicating copy to clipboard operation
hydration copied to clipboard

Feature/message deserialization

Open avivatedgi opened this issue 3 years ago • 0 comments

  • Added message deserialization using from_bytes and from_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 class Field)
  • Added tests for the new logic, also extended the existing tests to support from_stream

avivatedgi avatar Mar 16 '21 10:03 avivatedgi