HttpContentJsonExtensions.ReadFromJsonAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ReadFromJsonAsync(HttpContent, Type, CancellationToken) |
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다. |
ReadFromJsonAsync(HttpContent, Type, JsonSerializerOptions, CancellationToken) |
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다. |
ReadFromJsonAsync(HttpContent, Type, JsonSerializerContext, CancellationToken) |
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다. |
ReadFromJsonAsync<T>(HttpContent, CancellationToken) |
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다. |
ReadFromJsonAsync<T>(HttpContent, JsonSerializerOptions, CancellationToken) |
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다. |
ReadFromJsonAsync<T>(HttpContent, JsonTypeInfo<T>, CancellationToken) |
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다. |
ReadFromJsonAsync(HttpContent, Type, CancellationToken)
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다.
public static System.Threading.Tasks.Task<object?> ReadFromJsonAsync (this System.Net.Http.HttpContent content, Type type, System.Threading.CancellationToken cancellationToken = default);
static member ReadFromJsonAsync : System.Net.Http.HttpContent * Type * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function ReadFromJsonAsync (content As HttpContent, type As Type, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
매개 변수
- content
- HttpContent
읽을 콘텐츠입니다.
- type
- Type
역직렬화하고 반환할 개체의 형식입니다.
- cancellationToken
- CancellationToken
취소의 통지를 받기 위해 다른 개체나 스레드에서 사용할 수 있는 취소 토큰입니다.
반환
비동기 작업(operation)을 나타내는 작업(task) 개체입니다.
예외
취소 토큰이 취소되었습니다. 이 예외는 반환된 작업에 저장됩니다.
적용 대상
ReadFromJsonAsync(HttpContent, Type, JsonSerializerOptions, CancellationToken)
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다.
public static System.Threading.Tasks.Task<object?> ReadFromJsonAsync (this System.Net.Http.HttpContent content, Type type, System.Text.Json.JsonSerializerOptions? options = default, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<object?> ReadFromJsonAsync (this System.Net.Http.HttpContent content, Type type, System.Text.Json.JsonSerializerOptions? options, System.Threading.CancellationToken cancellationToken = default);
static member ReadFromJsonAsync : System.Net.Http.HttpContent * Type * System.Text.Json.JsonSerializerOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function ReadFromJsonAsync (content As HttpContent, type As Type, Optional options As JsonSerializerOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
<Extension()>
Public Function ReadFromJsonAsync (content As HttpContent, type As Type, options As JsonSerializerOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
매개 변수
- content
- HttpContent
읽을 콘텐츠입니다.
- type
- Type
역직렬화하고 반환할 개체의 형식입니다.
- options
- JsonSerializerOptions
deserialization 중의 동작을 제어하는 옵션입니다. 기본 옵션은 Web으로 지정합니다.
- cancellationToken
- CancellationToken
취소의 통지를 받기 위해 다른 개체나 스레드에서 사용할 수 있는 취소 토큰입니다.
반환
비동기 작업(operation)을 나타내는 작업(task) 개체입니다.
예외
취소 토큰이 취소되었습니다. 이 예외는 반환된 작업에 저장됩니다.
적용 대상
ReadFromJsonAsync(HttpContent, Type, JsonSerializerContext, CancellationToken)
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다.
public static System.Threading.Tasks.Task<object?> ReadFromJsonAsync (this System.Net.Http.HttpContent content, Type type, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default);
static member ReadFromJsonAsync : System.Net.Http.HttpContent * Type * System.Text.Json.Serialization.JsonSerializerContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function ReadFromJsonAsync (content As HttpContent, type As Type, context As JsonSerializerContext, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
매개 변수
- content
- HttpContent
읽을 콘텐츠입니다.
- type
- Type
역직렬화하고 반환할 개체의 형식입니다.
- context
- JsonSerializerContext
역직렬화 동작을 제어하는 데 사용되는 JsonSerializerContext입니다.
- cancellationToken
- CancellationToken
취소의 통지를 받기 위해 다른 개체나 스레드에서 사용할 수 있는 취소 토큰입니다.
반환
비동기 작업(operation)을 나타내는 작업(task) 개체입니다.
예외
취소 토큰이 취소되었습니다. 이 예외는 반환된 작업에 저장됩니다.
적용 대상
ReadFromJsonAsync<T>(HttpContent, CancellationToken)
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다.
public static System.Threading.Tasks.Task<T?> ReadFromJsonAsync<T> (this System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken = default);
static member ReadFromJsonAsync : System.Net.Http.HttpContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function ReadFromJsonAsync(Of T) (content As HttpContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of T)
형식 매개 변수
- T
역직렬화할 대상 형식입니다.
매개 변수
- content
- HttpContent
읽을 콘텐츠입니다.
- cancellationToken
- CancellationToken
취소의 통지를 받기 위해 다른 개체나 스레드에서 사용할 수 있는 취소 토큰입니다.
반환
비동기 작업(operation)을 나타내는 작업(task) 개체입니다.
예외
취소 토큰이 취소되었습니다. 이 예외는 반환된 작업에 저장됩니다.
적용 대상
ReadFromJsonAsync<T>(HttpContent, JsonSerializerOptions, CancellationToken)
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다.
public static System.Threading.Tasks.Task<T?> ReadFromJsonAsync<T> (this System.Net.Http.HttpContent content, System.Text.Json.JsonSerializerOptions? options = default, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<T?> ReadFromJsonAsync<T> (this System.Net.Http.HttpContent content, System.Text.Json.JsonSerializerOptions? options, System.Threading.CancellationToken cancellationToken = default);
static member ReadFromJsonAsync : System.Net.Http.HttpContent * System.Text.Json.JsonSerializerOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function ReadFromJsonAsync(Of T) (content As HttpContent, Optional options As JsonSerializerOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of T)
<Extension()>
Public Function ReadFromJsonAsync(Of T) (content As HttpContent, options As JsonSerializerOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of T)
형식 매개 변수
- T
역직렬화할 대상 형식입니다.
매개 변수
- content
- HttpContent
읽을 콘텐츠입니다.
- options
- JsonSerializerOptions
deserialization 중의 동작을 제어하는 옵션입니다. 기본 옵션은 Web으로 지정합니다.
- cancellationToken
- CancellationToken
취소의 통지를 받기 위해 다른 개체나 스레드에서 사용할 수 있는 취소 토큰입니다.
반환
비동기 작업(operation)을 나타내는 작업(task) 개체입니다.
예외
취소 토큰이 취소되었습니다. 이 예외는 반환된 작업에 저장됩니다.
적용 대상
ReadFromJsonAsync<T>(HttpContent, JsonTypeInfo<T>, CancellationToken)
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
- Source:
- HttpContentJsonExtensions.cs
HTTP 콘텐츠를 읽고 비동기 작업에서 콘텐츠를 JSON으로 역직렬화한 결과 생성된 값을 반환합니다.
public static System.Threading.Tasks.Task<T?> ReadFromJsonAsync<T> (this System.Net.Http.HttpContent content, System.Text.Json.Serialization.Metadata.JsonTypeInfo<T> jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default);
static member ReadFromJsonAsync : System.Net.Http.HttpContent * System.Text.Json.Serialization.Metadata.JsonTypeInfo<'T> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
<Extension()>
Public Function ReadFromJsonAsync(Of T) (content As HttpContent, jsonTypeInfo As JsonTypeInfo(Of T), Optional cancellationToken As CancellationToken = Nothing) As Task(Of T)
형식 매개 변수
- T
역직렬화할 대상 형식입니다.
매개 변수
- content
- HttpContent
읽을 콘텐츠입니다.
- jsonTypeInfo
- JsonTypeInfo<T>
역직렬화 동작을 제어하는 데 사용되는 JsonTypeInfo입니다.
- cancellationToken
- CancellationToken
취소의 통지를 받기 위해 다른 개체나 스레드에서 사용할 수 있는 취소 토큰입니다.
반환
비동기 작업(operation)을 나타내는 작업(task) 개체입니다.
예외
취소 토큰이 취소되었습니다. 이 예외는 반환된 작업에 저장됩니다.
적용 대상
.NET