Publisher | Game-Savvy |
---|---|
File size | 308.34kB |
Number of files | 7 |
Latest version | 1 |
Latest release date | 2019-07-19 11:33:09 |
First release date | 2019-07-19 11:33:09 |
Supported Unity versions | 2018.4.2 or higher |
Note: Requires DotNet 4.5 or newer!
Byterizer Lite has only a very small functionality compared to the Full version of the Byterizer.
A very simple to use and very fast way to "Serialize" parameters into Byte Arrays.
Perfect for a fast encapsulation of parameters to get ready to send very compact data over Networking.
Features
* Lightweight
* Small CPU and RAM usage
* Custom encapsulation of messages into byte array
* Extremely fast Encapsulation of data, Much faster than Normal Serialization
* Extremely small encapsulated data, Much smaller than Normal Serialization
* Perfect for sending encapsulated compact data over the Network
Usage samples
Please refer to the Unit Tests included in the package for examples on how to use
NetMessage serlialization
* NetMessage "Byterization" takes 7.3% of the total time on average vs normal serialization
* NetMessage "Byterization" wraps bytes into 20.8% of the total bytes on average vs normal serialization
Tested against several different types of parameters and done over and over millions of times to get a more accurate comparisson.
Includes over 30 Unit Tests as a form of documentation, sample usages and to list the functionality of the library.