Open DakshKK opened 1 year ago
As far as I can make out with my tests there is no support for bitfield struct serialization in Alpaca. Is there any way to achieve this, and give a standardized method to implement it for a large number of structs.
struct
Similarly, support for std::bitset and space-optimized std::vector<bool> would provide related functionality.
std::bitset
std::vector<bool>
As far as I can make out with my tests there is no support for bitfield
struct
serialization in Alpaca. Is there any way to achieve this, and give a standardized method to implement it for a large number ofstruct
s.