|
// <auto-generated/>
#nullable enable annotations
#nullable disable warnings
// Suppress warnings about [Obsolete] member usage in generated code.
#pragma warning disable CS0612, CS0618
namespace Aspire.Cli.Backchannel
{
internal partial class BackchannelJsonSerializerContext
{
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoResponse>? _GetAppHostInfoResponse;
/// <summary>
/// Defines the source generated JSON serialization contract metadata for a given type.
/// </summary>
#nullable disable annotations // Marking the property type as nullable-oblivious.
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoResponse> GetAppHostInfoResponse
#nullable enable annotations
{
get => _GetAppHostInfoResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoResponse>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse));
}
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoResponse> Create_GetAppHostInfoResponse(global::System.Text.Json.JsonSerializerOptions options)
{
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Backchannel.GetAppHostInfoResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoResponse> jsonTypeInfo))
{
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Backchannel.GetAppHostInfoResponse>
{
ObjectCreator = null,
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.GetAppHostInfoResponse(){ Pid = (string)args[0], AspireHostVersion = (string)args[1], AppHostPath = (string)args[2], CliProcessId = (int?)args[3], StartedAt = (global::System.DateTimeOffset?)args[4] },
PropertyMetadataInitializer = _ => GetAppHostInfoResponsePropInit(options),
ConstructorParameterMetadataInitializer = GetAppHostInfoResponseCtorParamInit,
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
SerializeHandler = GetAppHostInfoResponseSerializeHandler,
};
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoResponse>(options, objectInfo);
jsonTypeInfo.NumberHandling = null;
}
jsonTypeInfo.OriginatingResolver = this;
return jsonTypeInfo;
}
private static global::System.Text.Json.Serialization.Metadata.JsonPropertyInfo[] GetAppHostInfoResponsePropInit(global::System.Text.Json.JsonSerializerOptions options)
{
var properties = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfo[5];
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<string>
{
IsProperty = true,
IsPublic = true,
IsVirtual = false,
DeclaringType = typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse),
Converter = null,
Getter = static obj => ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)obj).Pid,
Setter = static (obj, value) => throw new global::System.InvalidOperationException("Setting init-only properties is not supported in source generation mode."),
IgnoreCondition = null,
HasJsonInclude = false,
IsExtensionData = false,
NumberHandling = null,
PropertyName = "Pid",
JsonPropertyName = null,
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse).GetProperty("Pid", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
};
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<string>(options, info0);
properties[0].IsRequired = true;
properties[0].IsGetNullable = false;
properties[0].IsSetNullable = false;
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<string>
{
IsProperty = true,
IsPublic = true,
IsVirtual = false,
DeclaringType = typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse),
Converter = null,
Getter = static obj => ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)obj).AspireHostVersion,
Setter = static (obj, value) => throw new global::System.InvalidOperationException("Setting init-only properties is not supported in source generation mode."),
IgnoreCondition = null,
HasJsonInclude = false,
IsExtensionData = false,
NumberHandling = null,
PropertyName = "AspireHostVersion",
JsonPropertyName = null,
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse).GetProperty("AspireHostVersion", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
};
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<string>(options, info1);
properties[1].IsRequired = true;
properties[1].IsGetNullable = false;
properties[1].IsSetNullable = false;
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<string>
{
IsProperty = true,
IsPublic = true,
IsVirtual = false,
DeclaringType = typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse),
Converter = null,
Getter = static obj => ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)obj).AppHostPath,
Setter = static (obj, value) => throw new global::System.InvalidOperationException("Setting init-only properties is not supported in source generation mode."),
IgnoreCondition = null,
HasJsonInclude = false,
IsExtensionData = false,
NumberHandling = null,
PropertyName = "AppHostPath",
JsonPropertyName = null,
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse).GetProperty("AppHostPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
};
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<string>(options, info2);
properties[2].IsRequired = true;
properties[2].IsGetNullable = false;
properties[2].IsSetNullable = false;
var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<int?>
{
IsProperty = true,
IsPublic = true,
IsVirtual = false,
DeclaringType = typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse),
Converter = null,
Getter = static obj => ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)obj).CliProcessId,
Setter = static (obj, value) => throw new global::System.InvalidOperationException("Setting init-only properties is not supported in source generation mode."),
IgnoreCondition = null,
HasJsonInclude = false,
IsExtensionData = false,
NumberHandling = null,
PropertyName = "CliProcessId",
JsonPropertyName = null,
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse).GetProperty("CliProcessId", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
};
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<int?>(options, info3);
var info4 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.DateTimeOffset?>
{
IsProperty = true,
IsPublic = true,
IsVirtual = false,
DeclaringType = typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse),
Converter = null,
Getter = static obj => ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)obj).StartedAt,
Setter = static (obj, value) => throw new global::System.InvalidOperationException("Setting init-only properties is not supported in source generation mode."),
IgnoreCondition = null,
HasJsonInclude = false,
IsExtensionData = false,
NumberHandling = null,
PropertyName = "StartedAt",
JsonPropertyName = null,
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoResponse).GetProperty("StartedAt", InstanceMemberBindingFlags, null, typeof(global::System.DateTimeOffset?), global::System.Array.Empty<global::System.Type>(), null),
};
properties[4] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.DateTimeOffset?>(options, info4);
return properties;
}
// Intentionally not a static method because we create a delegate to it. Invoking delegates to instance
// methods is almost as fast as virtual calls. Static methods need to go through a shuffle thunk.
private void GetAppHostInfoResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Backchannel.GetAppHostInfoResponse? value)
{
if (value is null)
{
writer.WriteNullValue();
return;
}
writer.WriteStartObject();
writer.WriteString(PropName_Pid, ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)value).Pid);
writer.WriteString(PropName_AspireHostVersion, ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)value).AspireHostVersion);
writer.WriteString(PropName_AppHostPath, ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)value).AppHostPath);
writer.WritePropertyName(PropName_CliProcessId);
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)value).CliProcessId, NullableInt32);
writer.WritePropertyName(PropName_StartedAt);
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)value).StartedAt, NullableDateTimeOffset);
writer.WriteEndObject();
}
private static global::System.Text.Json.Serialization.Metadata.JsonParameterInfoValues[] GetAppHostInfoResponseCtorParamInit() => new global::System.Text.Json.Serialization.Metadata.JsonParameterInfoValues[]
{
new()
{
Name = "Pid",
ParameterType = typeof(string),
Position = 0,
IsNullable = false,
IsMemberInitializer = true,
},
new()
{
Name = "AspireHostVersion",
ParameterType = typeof(string),
Position = 1,
IsNullable = false,
IsMemberInitializer = true,
},
new()
{
Name = "AppHostPath",
ParameterType = typeof(string),
Position = 2,
IsNullable = false,
IsMemberInitializer = true,
},
new()
{
Name = "CliProcessId",
ParameterType = typeof(int?),
Position = 3,
IsNullable = true,
IsMemberInitializer = true,
},
new()
{
Name = "StartedAt",
ParameterType = typeof(global::System.DateTimeOffset?),
Position = 4,
IsNullable = true,
IsMemberInitializer = true,
},
};
}
}
|