GitHub user chaokunyang added a comment to the discussion: Generating Java code instead of runtime bytecode
Another thing to note that fory will generate JDK specific code like field offset, those optimization should be disabled when using annotation processor, because the jdk runnign generated code may not be same as jdk generating code. GitHub link: https://github.com/apache/fory/discussions/2608#discussioncomment-14405782 ---- 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]
