IsmoLeszczynski opened a new pull request, #1517: URL: https://github.com/apache/plc4x/pull/1517
Fix for: #1509 The List serialization for ADS passed the main List type to each child element when serializing them instead of determining the correct type for the children. This fix modifies the List iteration to determine the simple type from the List type, which is the actual type for each child element. Regarding the `arrayInfo.subList()`, I'm not familiar enough to say if that should also be determined from the child type. -- 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: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org