4 references to ByteArrayConverter
Microsoft.AspNetCore.Components.Endpoints (1)
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
29
jsonTypeInfo = 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)
29
jsonTypeInfo = 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)
29
jsonTypeInfo = 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)
50
Add(JsonMetadataServices.
ByteArrayConverter
);