Creates metadata for an enum type that writes values as strings.
protected static TomlTypeInfo<TEnum> CreateStringEnumTypeInfo<TEnum>(TomlSerializerOptions options) where TEnum : struct, Enum
The serializer options.