Creates metadata for a single-dimensional array type using source-generated resolution for nested elements.
protected static TomlTypeInfo<TElement[]> CreateSourceGeneratedArrayTypeInfo<TElement>(TomlSerializerContext context)
This method avoids reflection-based metadata resolution, making it compatible with trimming and NativeAOT.