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

feat(java): Enumerating new values, deserializing without any new enumerations, resulting in the array being out of bounds and unable to parse properly

weijiang157152688 opened this issue · comments

commented

Search before asking

  • I had searched in the issues and found no similar issues.

Version

0.5.0

Component(s)

Java

Minimal reproduce step

Serialization has more enumeration content than deserialization, resulting in the deserialized array being out of bounds

What did you expect to see?

Serialization has more enumeration content than deserialization, resulting in deserialization exception enumeration returning null

What did you see instead?

...

Anything Else?

...

Are you willing to submit a PR?

  • I'm willing to submit a PR!