Use OfflineList serializer for reading only

This commit is contained in:
Matt Nadareski
2023-07-31 16:11:27 -04:00
parent b5011c31cd
commit a3f273db98
4 changed files with 310 additions and 534 deletions

View File

@@ -18,8 +18,9 @@ namespace SabreTools.Models.OfflineList
[XmlElement("saveType")]
public string? SaveType { get; set; }
/// <remarks>Numeric</remarks>
[XmlElement("romSize")]
public long? RomSize { get; set; }
public string? RomSize { get; set; }
[XmlElement("publisher")]
public string? Publisher { get; set; }