Files
SabreTools/SabreTools.Serialization
Matt Nadareski b37aed389e Add nullable context to SabreTools.DatItems
This change also starts migrating the internals of the DatItem formats to the new internal models. Right now, it's basically just acting like a wrapper around those models.
2023-08-14 13:17:51 -04:00
..
2023-08-10 11:35:32 -04:00
2023-08-09 23:18:44 -04:00
2023-08-09 23:49:26 -04:00
2023-08-11 10:27:26 -04:00

SabreTools.Serialization

This library comprises of serializers that both read and write from files and streams to the dedicated models as well as convert to and from the common internal models. This library is partially used by the current parsing and writing code but none of the internal model serialization is used.