Replies: 1 comment 1 reply
-
We will do that in future, it has be defined in xlang serialization spec: https://fury.apache.org/docs/specification/fury_xlang_serialization_spec#schema-evolution |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in some case, python has no way to know data class before hand. It's better for java to transmit the data class type meta to python before python start deserialization. Are there any example code for this case?
Beta Was this translation helpful? Give feedback.
All reactions