scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
189 stars 59 forks source link

Rename marshal folder #304

Closed dkropachev closed 1 month ago

dkropachev commented 1 month ago

Idea behind this change is I would want to push following semantic:

  1. Marshal - Serialization
  2. Unmarshal - Deserialization
  3. Serialization is a common name for Marshal+Unmarshal logic/tests