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

Replace some generated code with calls to (inlined) utility functions. #56

Open
ewoutkramer opened this issue Jun 16, 2021 · 0 comments
Labels
Firely Issues related to Firely Language

Comments

@ewoutkramer
Copy link
Contributor

There are just a small number of "patterns" when generating serializing/deserializing code, and some of these can be extracted into utility functions so we need to generate less code.

In the end, me might be able to swap the utility functions for calls to an interface so the same serializer/deserializer code can be used for xml and json.

@GinoCanessa GinoCanessa added the Firely Issues related to Firely Language label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Firely Issues related to Firely Language
Projects
None yet
Development

No branches or pull requests

2 participants