libki/include/ki
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
..
dml dml: Fix some const-correctness problems 2018-04-20 01:41:33 +01:00
pclass serialization: Fix inconsistencies in binary serialization 2019-06-02 22:38:29 -04:00
protocol protocol: Give exceptions their own error codes 2018-04-22 17:11:12 +01:00
serialization serialization: Add FileSerializer and XmlSerializer 2019-01-07 22:49:12 +00:00
util util: Fix missing include build error on CI for std::unique_ptr<T> 2018-12-14 15:07:17 +00:00