chaokunyang commented on issue #2160:
URL: https://github.com/apache/fury/issues/2160#issuecomment-2817241858

   Hi @urlyy , you can start from MetaContext. The most compliated part is 
encoding class schema as `org.apache.fury.meta.ClassDef`. But currently 
`ClassDef` only support pure java serialization, we need to support encode 
struct fields schema into `ClassDef` first for xlang serialization format based 
on our spec def: 
https://fury.apache.org/docs/specification/fury_xlang_serialization_spec#schema-evolution.
 I will finish this in next days, you can take it as an example for python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to