Skip to content

Support variable length list encoding. #9

Open
@yihuang

Description

@yihuang

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions