Matt Nadareski cc62b3ffae This is an array
2023-09-22 15:34:55 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:33:22 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:24:10 -04:00
2023-09-08 13:33:50 -04:00
2023-09-22 15:34:55 -04:00
2023-09-13 11:34:58 -04:00
2023-09-04 01:31:30 -04:00
2023-09-10 21:24:10 -04:00
2023-09-04 01:31:30 -04:00
2023-09-10 21:24:10 -04:00
2023-09-04 01:31:30 -04:00
2023-09-04 01:31:30 -04:00
2023-09-04 01:31:30 -04:00
2023-09-04 01:31:30 -04:00
2023-09-04 01:31:30 -04:00
2023-09-10 21:33:22 -04:00
2023-09-10 21:33:22 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:24:10 -04:00
2023-09-04 01:31:30 -04:00
2023-09-04 01:31:30 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:24:10 -04:00
2023-09-13 12:20:01 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:33:22 -04:00
2023-09-04 01:31:30 -04:00
2023-09-04 01:31:30 -04:00
2023-09-10 21:33:22 -04:00
2023-09-10 21:24:10 -04:00
2023-09-04 01:31:30 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:24:10 -04:00
2023-09-10 21:24:10 -04:00
2023-09-13 12:20:01 -04:00
2023-09-10 21:24:10 -04:00
2023-09-04 00:04:06 -04:00
2023-09-04 00:07:54 -04:00
2023-09-04 21:58:17 -04:00
2023-09-04 00:07:54 -04:00
2023-09-13 13:55:46 -04:00

SabreTools.Models

This library comprises of models that represent either directly serializable or representative structures for all SabreTools projects. All of the main models representing metadata files should have parsers created outside of the current code.

Find the link to the Nuget package here.

In most completed models for serialization, there is a section that looks like the following:

        #region DO NOT USE IN PRODUCTION

        /// <remarks>Should be empty</remarks>
        [XmlAnyAttribute]
        public XmlAttribute[]? ADDITIONAL_ATTRIBUTES { get; set; }

        /// <remarks>Should be empty</remarks>
        [XmlAnyElement]
        public object[]? ADDITIONAL_ELEMENTS { get; set; }

        #endregion

This code should be removed before the models are used. This is only included during debugging and implementation as to ensure that there are no notable holes in the models that would disallow 1:1 replication of inputs.

Missing Metadata Models

The following metadata file formats do not have models included in this library yet and, as such, do not have serializers:

  • Missfile
  • SabreJSON
  • SabreDAT XML
Description
No description provided
Readme 1.4 MiB
Latest
2025-09-22 21:26:04 +00:00
Languages
C# 99.8%
Shell 0.1%
PowerShell 0.1%