risinglight icon indicating copy to clipboard operation
risinglight copied to clipboard

array: how to implement `Serialize` and `Deserialize`?

Open skyzh opened this issue 3 years ago • 1 comments

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

skyzh avatar Feb 07 '22 03:02 skyzh

Maybe this document can help you: https://sqlite.org/src4/doc/trunk/www/key_encoding.wiki

likg227 avatar Feb 12 '22 13:02 likg227