LibrarianLib

LibrarianLib

18M Downloads

Add binary (de)serialization support to Prism

thecodewarrior opened this issue ยท 0 comments

commented

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.