mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-10 10:57:12 +00:00
Notably, this is missing the equality checking because ST introduces a new type called "ModelBackedItem", which is specifically a type backed by a DictionaryBase item, with extensions. It is very similar to a Wrapper, but has different common utility. If there is a way to migrate that here, then the equality methods can come here as well.
SabreTools.Data.Extensions
This library contains extension methods related to models. These extensions are used in both reader and wrapper code.