Bitsery v1.0.0 Release Notes

Release Date: 2017-02-22 // about 7 years ago
  • 🔋 Features

    Serialization functions:

    • value - [fundamental types](doc/design/fundamental_types.md)
    • container - dynamic size containers
    • array - fixed size containers
    • text - for c-array and std::string
    • range - compresion for fundamental types (e.g. int between [255..512] will take up 8bits
    • substitution - default value from list (e.g. 4d vector, that is most of the time equals to [0,0,0,1] can store only 1bit)
    • boolBit/boolByte - serialize bool, as 1bit or 1byte.