neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.35k stars 266 forks source link

Utf8Json.JsonSerializer.ToJsonString(this); #203

Open devfxplayer opened 4 years ago

devfxplayer commented 4 years ago

When using -> return Utf8Json.JsonSerializer.ToJsonString(this); returns {} When using -> return Utf8Json.JsonSerializer.ToJsonString(new Message(...)); returns json correct this is of type Message