apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.

Home Page:https://fury.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[JavaScript] Implement the object metadata compression protocol

chaokunyang opened this issue · comments

Is your feature request related to a problem? Please describe.

Implement the object metadata compression protocol: type metadata encoding and parsing.

Describe the solution you'd like

#1556 can be taken as an example to type meta encoding.

Note that #1556 is only for type meta in java serialization, not for type encoding in java for xlang serialization