ByteStream

Bytestream is a small library that enables blazing fast serialization of a collection of types to raw bytes. Either in the form of a byte array byte[] or unmanaged memory IntPtr. The library performs no memory allocation on its own, so you are free to use your own memory allocator!


Keywords
serialization, fast, unmanaged, pointer, no, allocations
Install
Install-Package ByteStream -Version 1.1.2