![]() |
SystemEX
Lacking
Additional generic collection types missing in .net
|
Classes | |
| class | ByteSeriablizeProvider |
| Provides a base implementation for serializing objects to and from byte arrays. More... | |
| interface | IByteFormatSchema |
| A schema defines total size, header size, endianness and fixed field offsets. Implementations must be deterministic and contain no dynamic or computed layout. More... | |
| interface | IByteSerialize< T, TSchema > |
| Provides deterministic binary serialization and deserialization for a type T using a schema TSchema . More... | |
| interface | IIsByteSeriablize |
| Represents a type that can be serialized to and from byte arrays. More... | |