risinglight
risinglight copied to clipboard
array: how to implement `Serialize` and `Deserialize`?
Currently, we are using the default derive of Serialize and Deserialize. But these two derives might not be a good fit for wire protocol. We might need a better way of implementing Serialize and Deserialize.
cc @wangrunji0408 @MingjiHan99
Maybe this document can help you: https://sqlite.org/src4/doc/trunk/www/key_encoding.wiki