Class ProjectPropertiesJsonConverter
Custom converter to support both flat and nested (client_interfaces) project property formats.
public class ProjectPropertiesJsonConverter : JsonConverter<Project>
- Inheritance
-
ProjectPropertiesJsonConverter
- Inherited Members
Methods
- Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads and converts the JSON to type Project.
- Write(Utf8JsonWriter, Project, JsonSerializerOptions)
Writes a specified value as JSON.