BinarySerializer
BinarySerializer copied to clipboard
A declarative serialization framework for controlling formatting of data at the byte and bit level using field bindings, converters, and code.
I am reading EBCDIC files so am passing in an encoding when constructing `BinarySerializer`. I have a handful of `IBinarySerializable` types that require the current encoding, however this isn't present...
Hi, We ran into an issue using `FieldBitLength`. We have defined a class with some byte-wise fields and some bit-wise fields. Trying to deserialize an array of such class instance...
Ref to #180 Infinity loop occurs when trying to parse a binary message that does not fit into the provided type. This commit adds an additional check when parsing to...