Namespace Huml.Net
Classes
- HumlSerializer
Provides static methods for serialising and deserialising HUML documents. This is the single public entry point for the library, mirroring the
System.Text.Json.JsonSerializerpattern. All internal pipeline classes (Huml.Net.Serialization.HumlSerializerImpl, Huml.Net.Serialization.HumlDeserializer, Huml.Net.Parser.HumlParser) are internal — consumers interact only through this class.