4 references to ByteArrayConverter
Microsoft.AspNetCore.Components.Endpoints (1)
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
29jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<byte[]>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.ByteArrayConverter);
Microsoft.AspNetCore.Components.Server (1)
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
29jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<byte[]>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.ByteArrayConverter);
Microsoft.AspNetCore.Components.WebAssembly (1)
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
29jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<byte[]>(options, global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.ByteArrayConverter);
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Converters.cs (1)
50Add(JsonMetadataServices.ByteArrayConverter);