Replies: 1 comment 2 replies
-
Am I understanding correctly that the issue you're having is that you have a lot of classes and don't want to write and register a custom serializer for each one? If that is the case you're right that at the moment one serializer class only can write/read a single class. But I think we could redesign it to allow a single serializer to support multiple classes. If I'm not understanding correctly, feel free to clear up any confusions :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can tinydb-serialization work for documents or only properties of the documents?
We have classes for all our data and it would be nice if I did not have to convert all the return values to classes.
Beta Was this translation helpful? Give feedback.
All reactions