From b54627c96a738b8eb395e82f85cd1488d2c27625 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 7 Nov 2022 06:05:21 -0600 Subject: [PATCH] Remove point-in-time remark for 7.0 --- aspnetcore/blazor/javascript-interoperability/index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/aspnetcore/blazor/javascript-interoperability/index.md b/aspnetcore/blazor/javascript-interoperability/index.md index 6e394de1aa9a..12ef4c95fdba 100644 --- a/aspnetcore/blazor/javascript-interoperability/index.md +++ b/aspnetcore/blazor/javascript-interoperability/index.md @@ -57,8 +57,6 @@ For more information, see the following resources in the .NET documentation: * [How to customize property names and values with `System.Text.Json`](/dotnet/standard/serialization/system-text-json-customize-properties) * [How to write custom converters for JSON serialization (marshalling) in .NET](/dotnet/standard/serialization/system-text-json-converters-how-to) -JSON serializer support for and is planned for ASP.NET Core 7.0, which is scheduled for release by the end of 2022. For more information, see [Support `DateOnly` and `TimeOnly` in `JsonSerializer` (dotnet/runtime #53539)](https://github.com/dotnet/runtime/issues/53539). - Blazor supports optimized byte array JS interop that avoids encoding/decoding byte arrays into Base64. The app can apply custom serialization and pass the resulting bytes. For more information, see . Blazor supports unmarshalled JS interop when a high volume of .NET objects are rapidly serialized or when large .NET objects or many .NET objects must be serialized. For more information, see . @@ -286,8 +284,6 @@ For more information, see the following resources in the .NET documentation: * [How to customize property names and values with `System.Text.Json`](/dotnet/standard/serialization/system-text-json-customize-properties) * [How to write custom converters for JSON serialization (marshalling) in .NET](/dotnet/standard/serialization/system-text-json-converters-how-to) -JSON serializer support for and is planned for ASP.NET Core 7.0, which is scheduled for release by the end of 2022. For more information, see [Support `DateOnly` and `TimeOnly` in `JsonSerializer` (dotnet/runtime #53539)](https://github.com/dotnet/runtime/issues/53539). - Blazor supports unmarshalled JS interop when a high volume of .NET objects are rapidly serialized or when large .NET objects or many .NET objects must be serialized. For more information, see . ## Location of JavaScript @@ -499,8 +495,6 @@ For more information, see the following resources in the .NET documentation: * [How to customize property names and values with `System.Text.Json`](/dotnet/standard/serialization/system-text-json-customize-properties) * [How to write custom converters for JSON serialization (marshalling) in .NET](/dotnet/standard/serialization/system-text-json-converters-how-to) -JSON serializer support for and is planned for ASP.NET Core 7.0, which is scheduled for release by the end of 2022. For more information, see [Support `DateOnly` and `TimeOnly` in `JsonSerializer` (dotnet/runtime #53539)](https://github.com/dotnet/runtime/issues/53539). - ## Location of JavaScript Load JavaScript (JS) code using any of the following approaches: @@ -707,8 +701,6 @@ For more information, see the following resources in the .NET documentation: * [How to customize property names and values with `System.Text.Json`](/dotnet/standard/serialization/system-text-json-customize-properties) * [How to write custom converters for JSON serialization (marshalling) in .NET](/dotnet/standard/serialization/system-text-json-converters-how-to) -JSON serializer support for and is planned for ASP.NET Core 7.0, which is scheduled for release by the end of 2022. For more information, see [Support `DateOnly` and `TimeOnly` in `JsonSerializer` (dotnet/runtime #53539)](https://github.com/dotnet/runtime/issues/53539). - Blazor supports optimized byte array JS interop that avoids encoding/decoding byte arrays into Base64. The app can apply custom serialization and pass the resulting bytes. For more information, see . ## JavaScript initializers