mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
For serializing to commit log, and potentially internal wire messaging. Note: intentionally incompatible with stock C wire/serial format. Note: intentionally separate from the CQL-centric serialization for a few reasons. 1.) Need "bulk serializers" for internal objects (mutation etc) which might not fit well into the "types.hh" serializer schemes. 2.) No need for polymorphism/virtual type parameters since we know exactly what we serialize and to where.