Skip to content

This Package contains tools that help serialize and deserialize data of different types to/from byte-array (byte[]) with zero memory allocation.

License

Notifications You must be signed in to change notification settings

Gr8-Tools/Unity-Serialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Binary Serialization

This Package contains tools that help serialize and dserialize data of different type to/from byte-array (byte[]) or ArraySegment with zero memory allocation.

This realisation is based on unsafe methods like read/write values with array-pointers on memory.

Developed on a version of unity #2020.3. You can add https://github.com/Gr8-Tools/Unity-Serialization.git?path=Packages/Binary-Serialization to Package Manager

About

This Package contains tools that help serialize and deserialize data of different types to/from byte-array (byte[]) with zero memory allocation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages