unosquare / embedio

A tiny, cross-platform, module based web server for .NET
http://unosquare.github.io/embedio
Other
1.45k stars 175 forks source link

Easy way to serialize enum to string without custom serializing? #544

Closed GF-Huang closed 2 years ago

GF-Huang commented 2 years ago

In default, enum serialize to int.

rdeago commented 2 years ago

Hello @GF-Huang, unfortunately that is not an issue with EmbedIO: JSON seralization / deserialization is performed by the SWAN library. You should open an issue there.