Use SoftwareList serializer for writing

This commit is contained in:
Matt Nadareski
2023-08-01 01:49:34 -04:00
parent 8e6a9d2730
commit 458f9edbc7
3 changed files with 327 additions and 253 deletions

View File

@@ -10,10 +10,10 @@ namespace SabreTools.Models.SoftwareList
public string Name { get; set; }
[XmlAttribute("size")]
public string Size { get; set; }
public string? Size { get; set; }
[XmlAttribute("length")]
public string Length { get; set; }
public string? Length { get; set; }
[XmlAttribute("crc")]
public string? CRC { get; set; }