neuecc / Utf8Json

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

Deserialize by Type #134

Closed issingle closed 5 years ago

issingle commented 5 years ago

api like: object obj=JsonSerializer.Deserialize(string,Type)

issingle commented 5 years ago

oops use JsonSerializer.NonGeneric.Deserialize(Type,str)