libki/test/src
pythonology 40d088efe3 serialization: Fix inconsistencies in binary serialization
- Fixed incorrect byte alignment following bit-based types.
- Boolean types are now serialized as 1 bit.
- write_to/read_from methods now take an is_file argument.
  Types such as enums, and strings change their serialization format depending on if they're in file mode or not.
- Enums now serialize the element name in file mode, and element value otherwise.
2019-06-02 22:38:29 -04:00
..
unit-bitstream.cpp etc: Refactoring, documentation, and more tests 2019-01-01 20:54:57 +00:00
unit-dml.cpp test: Test Record serialization/deserialization and NOXFER fields 2018-03-30 21:12:54 +01:00
unit-pclass.cpp etc: Refactoring, documentation, and more tests 2019-01-01 20:54:57 +00:00
unit-protocol.cpp test: Fix narrowing errors in arary initialization 2018-04-16 21:03:47 +01:00
unit-serialization.cpp serialization: Fix inconsistencies in binary serialization 2019-06-02 22:38:29 -04:00