Kermalis/EndianBinaryIO

Oversights with ReadObject and WriteObject

Closed this issue · 0 comments

Every property is checked for attributes even if the types will not use the attributes. This is very slow.

String null termination checking should be better; currently it will default to null termination unless there's a string length attribute. Attributes should be enforced.