static System.Object Deserialize( string source, System.Type t )

Summary

Try to deserialize given source to given type.

static T Deserialize( string source )

Summary

Try to deserialize given source to given type.

static T Deserialize( System.Text.Json.Utf8JsonReader reader )

Summary

Deserialize from a Utf8JsonReader to given type, using our engine specific options.

Summary

Deserialize from a Utf8JsonReader to given type, using our engine specific options.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.