mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-16 13:55:29 +00:00
cc62b3ffae478c49ccfc115a03e0d87fd41bdd82
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
Releases
20
Languages
C#
99.8%
Shell
0.1%
PowerShell
0.1%