olabusayoT opened a new pull request, #1435: URL: https://github.com/apache/daffodil/pull/1435
- currently in 2.13 we are getting a "ReflectiveOperationException durins deserialzation" error on account of states being a pass by name parameter leading to lambda serialization, removing that resulted in a ClassCastException where it was complaining about not being able to cast DefaultSerializationProxy to ArrayBuffer, which was weird because in a separate example class we were able to deserialize ArrayBuffer[SomeSerializableClass] just fine. So we set about converting ArrayBuffer to Array to see if it fixed the error, which it did...we also changed recursive buildTransitions function to an iterative function to support using an Array for allstates instead of an ArrayBuffer DAFFODIL-2152 -- 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]
