Base type for source-generated YAML serializer contexts.
public abstract class YamlSerializerContext : IYamlTypeInfoResolver
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlSerializerContext()Initializes a new instance of the YamlSerializerContext class.YamlSerializerContext(YamlSerializerOptions)Initializes a new instance of the YamlSerializerContext class.OptionsGets the options instance associated with this context.GetTypeInfo(Type, YamlSerializerOptions)Gets type metadata for a CLR type.