Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDL Gen annotations support #291

Open
christianlulaj opened this issue Jun 3, 2024 · 1 comment
Open

IDL Gen annotations support #291

christianlulaj opened this issue Jun 3, 2024 · 1 comment

Comments

@christianlulaj
Copy link

IDL Gen is not able to generate IDL files that contain annotation such as @appendable. Modify idl gen to be able to handle annotations.

See list here of some common ones https://cyclonedds.io/content/guides/supported-idl.html

@jrebelo
Copy link
Contributor

jrebelo commented Jun 7, 2024

Adding annotations such as @appendable involves updating the way data is serialized and deserialized. This is certainly a feature we would like to have but is not high on the priority list at the moment so I can't say when it will be available.

As an alternative you could implement a custom serialize/deserialize for you types by re-implementing the traits defined in type support. It is not a really easy task though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants