Skip to content

This is a utility function for serializing stuff. You can also use .NET's own BinaryReader/Writer combo, but this works on a Byte array, not a Stream.

License

Notifications You must be signed in to change notification settings

iProgramMC/BinarySerialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BinarySerialization

This is a utility function for serializing stuff. You can also use .NET's own BinaryReader/Writer combo, but this works on a Byte array, not a Stream.

This is licensed under the MIT license.

About

This is a utility function for serializing stuff. You can also use .NET's own BinaryReader/Writer combo, but this works on a Byte array, not a Stream.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages