SharpYaml Home
  1. Home
  2. Docs
  3. API
    1. NuGet
    2. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. SharpYaml.Serialization
    4. YamlConverterFactory

    YamlConverterFactory Class

    Definition

    Namespace SharpYaml.Serialization
    Assembly SharpYaml.dll
    Inherits Object → YamlConverter
    View source
    Show inherited members (10)
    • SharpYaml.Serialization.YamlConverter.CanConvert(System.Type)
    • SharpYaml.Serialization.YamlConverter.CanPopulate(System.Type)
    • SharpYaml.Serialization.YamlConverter.Populate(SharpYaml.Serialization.YamlReader, System.Type, System.Object)
    • System.Object.Equals(System.Object?)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)
    • System.Object.ToString()

    Produces YamlConverter instances for a family of types.

    public abstract class YamlConverterFactory : YamlConverter
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Methods (3)

    CreateConverter(Type, YamlSerializerOptions)Creates a converter for typeToConvert.
    Read(YamlReader, Type)Reads a value from YAML.
    Write(YamlWriter, Object?)Writes a value to YAML.

    Copyright © 2026, Alexandre Mutel aka xoofx - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages