Use Listxml serializer for reading only

This commit is contained in:
Matt Nadareski
2023-08-01 11:48:28 -04:00
parent af2e49cffd
commit dbef70b845
14 changed files with 1004 additions and 1009 deletions

View File

@@ -15,6 +15,7 @@ namespace SabreTools.Models.Listxml
[XmlAttribute("fixed_image")]
public string? FixedImage { get; set; }
/// <remarks>Numeric boolean</remarks>
[XmlAttribute("mandatory")]
public string? Mandatory { get; set; }