cyclonedds-python
cyclonedds-python copied to clipboard
`idl:` CDR compatibility for unbounded `sequences` & `list`
trafficstars
According to issue #2247, an unbounded sequence and a list of the same subtype have incompatible CDR(v2) as a result of the serialisation operation. By following thought from https://github.com/eclipse-cyclonedds/cyclonedds/issues/2247#issuecomment-3068601131, this commit changes serialisation steps to follow existing sequence ser. process.