Tomlyn
Tomlyn copied to clipboard
Custom type converters
I would like to be able to register custom converters between types for serialization and deserialization. For example, a vector2 struct would be serialized into an array and vice versa.
+1, like JsonConverter in JsonSerializerSettings, it's useful very much.