<PackageReference Include="System.ClientModel" Version="1.5.1" />

ModelReaderWriterOptions

Provides the client options for reading and writing models.
public static ModelReaderWriterOptions Json { get; }

Default options for writing models into JSON format.

public static ModelReaderWriterOptions Xml { get; }

Default options for writing models into XML format.

public string Format { get; }

Gets the format to read and write the model.

public ModelReaderWriterOptions(string format)

Initializes a new instance of ModelReaderWriterOptions.