We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Retrieves a reference type from json format against the specified key
System.Threading.Tasks.Task<T> GetAsync<T>(string key, System.Text.Json.JsonSerializerOptions jsonOptions=null) where T : class;
T
key System.String
key
jsonOptions System.Text.Json.JsonSerializerOptions Optional options to override the default STJ ones
jsonOptions
System.Threading.Tasks.Task<T>
Internally deserializes from JSON