If you have DTOs in C#/Mond and want to transfer them between languages then they need to change representations. Binding them isn't always an option.
Maybe have some wrapper struct like MondDto<T> which the source generator sees and uses to convert them between representations.
If you have DTOs in C#/Mond and want to transfer them between languages then they need to change representations. Binding them isn't always an option.
Maybe have some wrapper struct like
MondDto<T>which the source generator sees and uses to convert them between representations.