stevenschlansker opened a new pull request, #2323: URL: https://github.com/apache/fory/pull/2323
## What does this PR do? buildEncodeExpression is supposed to set up bean serializers so buildDecodeExpression can fetch them later. but, if your bean is only in a List, the array serializer uses a ForEach that defers finding the serializer until the encode expression is gen'ed, causing `java.lang.IllegalStateException: beanEncoder should have be added in serializeForBean()` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
