Skip to content

v1.0.2

Compare
Choose a tag to compare
@Kermalis Kermalis released this 08 Sep 08:31
· 46 commits to master since this release
  • Fixes reading decimals
  • Allows reading/writing DateTimes automatically in EndianBinaryReader.ReadIntoObject(object) and EndianBinaryWriter.Write(object)
  • Two overloads for reading/writing IBinarySerializable, although you should just call obj.Read() and obj.Write() instead