C# Class fhirCsR4.Models.DomainResource

Inheritance: fhirCsR4.Models.Resource, IFhirJsonSerializable
Mostra file Open project: microsoft/fhir-codegen

Public Methods

Method 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

Method Details

DeserializeJson() public method

Deserialize a JSON object
public DeserializeJson ( Utf8JsonReader &reader, JsonSerializerOptions options ) : void
reader Utf8JsonReader
options JsonSerializerOptions
return void

DeserializeJsonProperty() public method

Deserialize a JSON property
public DeserializeJsonProperty ( Utf8JsonReader &reader, JsonSerializerOptions options, string propertyName ) : void
reader Utf8JsonReader
options JsonSerializerOptions
propertyName string
return void

SerializeJson() public method

Serialize to a JSON object
public SerializeJson ( Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true ) : void
writer Utf8JsonWriter
options JsonSerializerOptions
includeStartObject bool
return void