Skip to content

0.8.0

Compare
Choose a tag to compare
@StringEpsilon StringEpsilon released this 29 Nov 14:45
· 142 commits to main since this release
  • Improved performance of the validation step of deserialization.
  • Speed up deserializing into explicit types (particularly structs and classes) significantly.
  • Speed up serialization, especially when using attribute annotated classes and structs.
  • Improved exception messages on malformed inputs when deserializing.
  • Cleaner exception when trying to deserialize into incompatible types (i.e. "a" to int32.).