LibrarianLib icon indicating copy to clipboard operation
LibrarianLib copied to clipboard

Add binary (de)serialization support to Prism

Open thecodewarrior opened this issue 3 years ago • 0 comments

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 avatar Aug 05 '20 23:08 thecodewarrior