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

Add binary (de)serialization support to Prism #142

Open
thecodewarrior opened this issue Aug 5, 2020 · 0 comments
Open

Add binary (de)serialization support to Prism #142

thecodewarrior opened this issue Aug 5, 2020 · 0 comments
Labels
enhancement New feature or request Module: Scribe Related to the Scribe module

Comments

@thecodewarrior
Copy link
Member

thecodewarrior commented Aug 5, 2020

Currently, Prism only supports NBT serialization. NBT however is horribly inefficient over the network, so binary serialization needs to be created. However, there should still be a fallback for types that are serializable to NBT but have no custom binary serializer.

@thecodewarrior thecodewarrior added enhancement New feature or request Module: Scribe Related to the Scribe module labels Aug 5, 2020
@thecodewarrior thecodewarrior self-assigned this Aug 6, 2020
@thecodewarrior thecodewarrior removed their assignment Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Module: Scribe Related to the Scribe module
Projects
None yet
Development

No branches or pull requests

1 participant