You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is only possible to pass a boolean an whether enums are serialized as string vs as int. However, StringEnumConverter has multiple NamingStrategy it can accept. Would it be possible to pass a NamingStrategy as parameters to ApiClientSerializationOptions? Would there be another way?
I can try and make a PR if needed
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Currently, it is only possible to pass a boolean an whether enums are serialized as string vs as int. However,
StringEnumConverter
has multiple NamingStrategy it can accept. Would it be possible to pass a NamingStrategy as parameters to ApiClientSerializationOptions? Would there be another way?I can try and make a PR if needed
Thanks!
The text was updated successfully, but these errors were encountered: