mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 03:30:49 +00:00
"The series do the following: It adds the code generation Perform the needed changes in the current classes so each would have getter for each of its serializable value and a constructor from the serialized values. It adds a schema definition that cover gossip_diget_ack It changes the messaging_service to use the generated code. An overall explanation of the solution with a description of the schema IDL can be found on the wiki page: https://github.com/scylladb/scylla/wiki/Serializer-Deserializer-Code-generation "