Serialize.Linq
Serialize.Linq copied to clipboard
Is it possible to serialize enums as strings when using the json serializer?
The xml serializer uses strings but the json one uses integers. Is there a setting to use strings with json?
I just tried to reproduce the strings using XML; can you show some code please?