Add header deserialization

This commit is contained in:
Matt Nadareski
2023-08-09 20:52:10 -04:00
parent f0ee2714c1
commit e9ae0bf635
11 changed files with 318 additions and 8 deletions

View File

@@ -26,10 +26,6 @@ namespace SabreTools.Models.Internal
/// <remarks>string</remarks>
public const string CommentKey = "comment";
/// TODO: This needs an internal model OR mapping to fields
/// <remarks>Configuration</remarks>
public const string ConfigurationKey = "configuration";
/// <remarks>string</remarks>
public const string DateKey = "date";