BinarySerializer icon indicating copy to clipboard operation
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.

Results 64 BinarySerializer issues
Sort by recently updated
recently updated
newest added

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...

bug

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...