230V
✅ deserializing records with STJ results in default values
https://discord.com/channels/143867839282020352/569261465463160900/1273773286311854142
idk why it's null. is there some attribute I don't know about to make it force-assign
init
?3 replies
✅ a class implementing a generic interface with more than one interface as one generic type argument
I'm making a serializer (not for JSON), trying hard to use generics and trimmable methods wherever possible. I have:
Now I want to make a single converter that forwards to IParseable and IFormattable methods, but I can't see how this could be done.
33 replies