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

Question: alternative serialisation/deserialisation #1083

Open
skinkie opened this issue Oct 22, 2024 · 0 comments
Open

Question: alternative serialisation/deserialisation #1083

skinkie opened this issue Oct 22, 2024 · 0 comments

Comments

@skinkie
Copy link
Contributor

skinkie commented Oct 22, 2024

This project is about (de)serialisation of XML and some other formats into dataclasses. Given that the deserialisation into dataclasses requires some heavy lifting I wonder if there are any other (for example binary) representations that would take the contents of a properly parsed object into a dataclass for storage or distribution.

Hence: I want to use the generated classes, but don't want to go back into XML to store the modified results, and then parse it again when required. XML -> dataclass -> intermedate presentation -> dataclass -> (eventually) XML.

Anything already available that quickly can do this job?

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
@skinkie and others