1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 03:40:40 +00:00
OpenMW/components/detournavigator
elsid a58f1a94e3
Add helpers for binary serialization
To construct serializer from given entities:
* Data source/destination - any value that has to be serialized/deserialized,
  usually already existing type.
* Format - functional object to define high level serialization logic to
  define specific format and data schema. Like order of fields, allocation.
* Visitor - functional object to define low level serialization logic to
  operator on given data part.
  * BinaryWriter - copies given value into provided buffer.
  * BinaryReader - copies value into given destination from provided buffer.
  * SizeAccumulator - calculates required buffer size for given data.
2021-10-24 14:20:44 +02:00
..
2018-10-13 22:22:15 +03:00
2021-10-09 17:30:37 +02:00
2021-10-09 17:30:37 +02:00
2021-07-26 00:22:20 +02:00
2021-10-10 13:13:57 +02:00
2021-08-09 17:54:19 +02:00
2021-08-09 17:58:33 +02:00
2021-08-12 22:43:06 +02:00
2021-07-21 11:37:50 +02:00
2018-10-13 22:22:12 +03:00