We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a set of methods to the inventory system API for serialization of a item registry.
For serializing:
def serialize(self) -> String
And then to deserialize:
def deserialize(self, source: String) -> Inventory
This is planned to done (see this comment), but I wanted to make an issue to sort of remind me.
The text was updated successfully, but these errors were encountered:
Me likey. I'm leaving this entirely up to you.
Sorry, something went wrong.
Okay, I was planning on doing it anyway 😅. Glad you like the idea though.
https123456789
Successfully merging a pull request may close this issue.
Add a set of methods to the inventory system API for serialization of a item registry.
Ideas
For serializing:
And then to deserialize:
This is planned to done (see this comment), but I wanted to make an issue to sort of remind me.
The text was updated successfully, but these errors were encountered: