Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static Task< object?> | ReadFromJsonAsync (this HttpContent content, Type type, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken)) |
static Task< T?> | ReadFromJsonAsync< T > (this HttpContent content, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken)) |
static Task< object?> | ReadFromJsonAsync (this HttpContent content, Type type, JsonSerializerContext context, CancellationToken cancellationToken=default(CancellationToken)) |
static Task< T?> | ReadFromJsonAsync< T > (this HttpContent content, JsonTypeInfo< T > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken)) |
Definition at line 12 of file HttpContentJsonExtensions.cs.