GitHub user chaokunyang closed the discussion with a comment: how to pass the type meta from java to python, so python needn't to declare @dataclass for deserialization?
When creating fory with compatible mode, you can deserialize java objects in python with inconsist schema: ```java Fory fory = Fory.builder().withXlang(true).withCompatible(true) ``` ```python fory = pyfory.Fory(xlang=True, compatible=True) ``` GitHub link: https://github.com/apache/fory/discussions/1714#discussioncomment-16894203 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
