TeamWizardry / LibrarianLib

A library for the TeamWizardry mods
GNU Lesser General Public License v3.0
26 stars 21 forks source link

Add binary (de)serialization support to Prism #142

Open thecodewarrior opened 4 years ago

thecodewarrior commented 4 years ago

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.