Méthode | Description | |
---|---|---|
DeserializeJson ( Utf8JsonReader &reader, JsonSerializerOptions options ) : void |
Deserialize a JSON object
|
|
DeserializeJsonProperty ( Utf8JsonReader &reader, JsonSerializerOptions options, string propertyName ) : void |
Deserialize a JSON property
|
|
SerializeJson ( Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true ) : void |
Serialize to a JSON object
|
public DeserializeJson ( Utf8JsonReader &reader, JsonSerializerOptions options ) : void | ||
reader | Utf8JsonReader | |
options | JsonSerializerOptions | |
Résultat | void |
public DeserializeJsonProperty ( Utf8JsonReader &reader, JsonSerializerOptions options, string propertyName ) : void | ||
reader | Utf8JsonReader | |
options | JsonSerializerOptions | |
propertyName | string | |
Résultat | void |
public SerializeJson ( Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true ) : void | ||
writer | Utf8JsonWriter | |
options | JsonSerializerOptions | |
includeStartObject | bool | |
Résultat | void |