Skip to content

Release 6.1.1

Compare
Choose a tag to compare
@Jarno458 Jarno458 released this 19 Jun 18:18
· 26 commits to main since this release
  • New:
    • ItemInfo now has an ToSerializable() method to convert its data into an SerializableItemInfo that can be serialized to json
    • SerializableItemInfo has an ToJson(bool) to let you convert it into a json string, and an static FromJson(string, session) method to convert an json string back into an SerializableItemInfo