Make items XML serializable

This commit is contained in:
Matt Nadareski
2020-09-07 22:00:02 -07:00
parent d70415b989
commit 60818dba00
39 changed files with 523 additions and 94 deletions

View File

@@ -65,9 +65,9 @@ namespace SabreTools.Library.DatItems
/// <summary>
/// Item type for outputting
/// </summary>
[JsonProperty("type")]
[JsonProperty("itemtype")]
[JsonConverter(typeof(StringEnumConverter))]
[XmlAttribute("type")]
[XmlElement("itemtype")]
public ItemType ItemType { get; set; }
/// <summary>