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