From 6cb40234982a236dc2e4a4248c3a2927148dbf24 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 24 Sep 2025 10:50:12 -0400 Subject: [PATCH] Update namespaces in README --- README.MD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.MD b/README.MD index 95793bfa..6d3d32e5 100644 --- a/README.MD +++ b/README.MD @@ -110,6 +110,9 @@ Below is a table of all namespaces within the library and what they represent | --- | --- | | `SabreTools.Serialization.CrossModel` | Convert between models; mainly used for metadata files converting to and from a common, `Dictionary`-based model | | `SabreTools.Serialization.Deserializers` | Convert from external sources to models | +| `SabreTools.Serialization.Extensions` | Extension methods for both models and wrappers | +| `SabreTools.Serialization.Interfaces` | Interfaces used commonly throughout the library | +| `SabreTools.Serialization.ObjectIdentifier` | Object Identifier (OID) parsing | | `SabreTools.Serialization.Printers` | Export model information in a formatted manner | | `SabreTools.Serialization.Serializers` | Convert from models to external sources | | `SabreTools.Serialization.Wrappers` | Classes that wrap serialization and models to allow for including extension properties |