#serialization
Read more stories on Hashnode
Articles with this tag
TL;DR When serializing/deserializing a class with an interface property like public record User(string Name, IUserEmail Email); in C#, you can achieve...
"JsonDerivedType" is an attribute in C# that can be attached to a parent interface to define which types implement that interface, allowing the state...