SharpYaml.Serialization Namespace

Object serialization layer, aligned with System.Text.Json concepts and attributes.

Classes (21)

Interfaces (4)

Enums (1)

Remarks

This namespace contains the building blocks used by YamlSerializer:

  • Metadata (YamlTypeInfo<T>, resolver interfaces, and source-generated contexts).
  • Attribute support (SharpYaml attributes and key System.Text.Json.Serialization attributes).
  • Polymorphism configuration and reference handling options.