fix: add string enum converter to serialization options
This commit is contained in:
@@ -16,6 +16,7 @@ static class JsonSerializationOptions
|
||||
new ErrorConverter(),
|
||||
new EventDataConverter(),
|
||||
new ContentDeltaConverter(),
|
||||
new JsonStringEnumConverter(),
|
||||
},
|
||||
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user