-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Description
Tried Serializing with Enums and it worked. Deserializing does not work with Enum. The only option I made available was use Emits.
The model being used is located here: https://github.com/danielwertheim/CompareJsonSerializers/tree/master/Source/CompareJsonSerializers/Model/Customer.cs
//Daniel