Hacker News new | ask | show | jobs
by kryptiskt 1114 days ago
As I understand it, Mono supports reflection when compiling AOT, so serializing using reflection would work.

With a newish .NET they don't need reflection for AOT code, as JSON libraries can use source generators instead.