mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
write() will now write framing information. It will be needed when serializing many mutations. The old version was left as write_without_framing(). This change also makes the serializer interface closer to that of db::serializer<>. To write an object, the serializer instance is instantiated with the object and remembers the size, so that size calculation doesn't have to be repeated again for write().
1.8 KiB
1.8 KiB