Skip to content

Instantly share code, notes, and snippets.

View DavidHade's full-sized avatar

David Vaikasas DavidHade

View GitHub Profile
using System.Reflection;
using System.Text.Json;
using System.Text.Json.Serialization;
namespace Avro_Gen;
public static class AvroGen
{
private static readonly HashSet<Type> ArrayTypes =
[