Open
Description
When cooperate with other language, I need to use encoding list with variable length encoding, currently we don't have a way to do this.
I have two approaches in mind:
1、Encode tuple with fixed length encoding, encode list with variable length encoding.
2、Add a special class VarList which is inherited from list, and is encoded with variable length encoding.
What do you think?
Metadata
Metadata
Assignees
Labels
No labels