@tsonic/dotnet 10.0.41 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Memory, System.Private.CoreLib, System.Text.Encoding.CodePages
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -48,7 +48,7 @@ export interface Rune$instance extends System_Internal.IComparable_1$instance<Ru
|
|
|
48
48
|
CompareTo(other: Rune): int;
|
|
49
49
|
EncodeToUtf16(destination: Span_1<System_Internal.Char>): int;
|
|
50
50
|
EncodeToUtf8(destination: Span_1<System_Internal.Byte>): int;
|
|
51
|
-
Equals(obj:
|
|
51
|
+
Equals(obj: unknown | null): boolean;
|
|
52
52
|
Equals(other: Rune): boolean;
|
|
53
53
|
GetHashCode(): int;
|
|
54
54
|
ToString(): string;
|
|
@@ -106,14 +106,14 @@ export interface __Rune$views {
|
|
|
106
106
|
|
|
107
107
|
// Structural method bridges for numeric interface constraints
|
|
108
108
|
Equals(other: Rune): boolean;
|
|
109
|
-
CompareTo(obj:
|
|
109
|
+
CompareTo(obj: unknown): int;
|
|
110
110
|
TryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
export type Rune = Rune$instance & __Rune$views;
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
export interface SpanLineEnumerator$instance {
|
|
116
|
+
export interface SpanLineEnumerator$instance extends System_Collections_Generic_Internal.IEnumerator_1$instance<ReadOnlySpan_1<System_Internal.Char>> {
|
|
117
117
|
readonly __tsonic_type_System_Text_SpanLineEnumerator: never;
|
|
118
118
|
|
|
119
119
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -141,7 +141,7 @@ export interface __SpanLineEnumerator$views {
|
|
|
141
141
|
export type SpanLineEnumerator = SpanLineEnumerator$instance & __SpanLineEnumerator$views;
|
|
142
142
|
|
|
143
143
|
|
|
144
|
-
export interface SpanRuneEnumerator$instance {
|
|
144
|
+
export interface SpanRuneEnumerator$instance extends System_Collections_Generic_Internal.IEnumerator_1$instance<Rune> {
|
|
145
145
|
readonly __tsonic_type_System_Text_SpanRuneEnumerator: never;
|
|
146
146
|
|
|
147
147
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -169,7 +169,7 @@ export interface __SpanRuneEnumerator$views {
|
|
|
169
169
|
export type SpanRuneEnumerator = SpanRuneEnumerator$instance & __SpanRuneEnumerator$views;
|
|
170
170
|
|
|
171
171
|
|
|
172
|
-
export interface StringRuneEnumerator$instance {
|
|
172
|
+
export interface StringRuneEnumerator$instance extends System_Collections_Generic_Internal.IEnumerator_1$instance<Rune> {
|
|
173
173
|
readonly __tsonic_type_System_Text_StringRuneEnumerator: never;
|
|
174
174
|
|
|
175
175
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -320,7 +320,7 @@ export interface DecoderExceptionFallback$instance extends DecoderFallback {
|
|
|
320
320
|
|
|
321
321
|
readonly MaxCharCount: int;
|
|
322
322
|
CreateFallbackBuffer(): DecoderFallbackBuffer;
|
|
323
|
-
Equals(value:
|
|
323
|
+
Equals(value: unknown | null): boolean;
|
|
324
324
|
GetHashCode(): int;
|
|
325
325
|
}
|
|
326
326
|
|
|
@@ -382,7 +382,7 @@ export const DecoderFallbackBuffer: (abstract new() => DecoderFallbackBuffer) &
|
|
|
382
382
|
|
|
383
383
|
export type DecoderFallbackBuffer = DecoderFallbackBuffer$instance;
|
|
384
384
|
|
|
385
|
-
export interface DecoderFallbackException$instance extends ArgumentException {
|
|
385
|
+
export interface DecoderFallbackException$instance extends ArgumentException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
386
386
|
readonly __tsonic_type_System_Text_DecoderFallbackException: never;
|
|
387
387
|
|
|
388
388
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -413,7 +413,7 @@ export interface DecoderReplacementFallback$instance extends DecoderFallback {
|
|
|
413
413
|
readonly DefaultString: string;
|
|
414
414
|
readonly MaxCharCount: int;
|
|
415
415
|
CreateFallbackBuffer(): DecoderFallbackBuffer;
|
|
416
|
-
Equals(value:
|
|
416
|
+
Equals(value: unknown | null): boolean;
|
|
417
417
|
GetHashCode(): int;
|
|
418
418
|
}
|
|
419
419
|
|
|
@@ -474,7 +474,7 @@ export interface EncoderExceptionFallback$instance extends EncoderFallback {
|
|
|
474
474
|
|
|
475
475
|
readonly MaxCharCount: int;
|
|
476
476
|
CreateFallbackBuffer(): EncoderFallbackBuffer;
|
|
477
|
-
Equals(value:
|
|
477
|
+
Equals(value: unknown | null): boolean;
|
|
478
478
|
GetHashCode(): int;
|
|
479
479
|
}
|
|
480
480
|
|
|
@@ -538,7 +538,7 @@ export const EncoderFallbackBuffer: (abstract new() => EncoderFallbackBuffer) &
|
|
|
538
538
|
|
|
539
539
|
export type EncoderFallbackBuffer = EncoderFallbackBuffer$instance;
|
|
540
540
|
|
|
541
|
-
export interface EncoderFallbackException$instance extends ArgumentException {
|
|
541
|
+
export interface EncoderFallbackException$instance extends ArgumentException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
542
542
|
readonly __tsonic_type_System_Text_EncoderFallbackException: never;
|
|
543
543
|
|
|
544
544
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -571,7 +571,7 @@ export interface EncoderReplacementFallback$instance extends EncoderFallback {
|
|
|
571
571
|
readonly DefaultString: string;
|
|
572
572
|
readonly MaxCharCount: int;
|
|
573
573
|
CreateFallbackBuffer(): EncoderFallbackBuffer;
|
|
574
|
-
Equals(value:
|
|
574
|
+
Equals(value: unknown | null): boolean;
|
|
575
575
|
GetHashCode(): int;
|
|
576
576
|
}
|
|
577
577
|
|
|
@@ -623,8 +623,8 @@ export interface Encoding$instance extends System_Internal.ICloneable$instance {
|
|
|
623
623
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
624
624
|
readonly WebName: string;
|
|
625
625
|
readonly WindowsCodePage: int;
|
|
626
|
-
Clone():
|
|
627
|
-
Equals(value:
|
|
626
|
+
Clone(): unknown;
|
|
627
|
+
Equals(value: unknown | null): boolean;
|
|
628
628
|
GetByteCount(chars: char[]): int;
|
|
629
629
|
GetByteCount(s: string): int;
|
|
630
630
|
GetByteCount(chars: char[], index: int, count: int): int;
|
|
@@ -699,7 +699,7 @@ export interface EncodingInfo$instance {
|
|
|
699
699
|
readonly CodePage: int;
|
|
700
700
|
readonly DisplayName: string;
|
|
701
701
|
readonly Name: string;
|
|
702
|
-
Equals(value:
|
|
702
|
+
Equals(value: unknown | null): boolean;
|
|
703
703
|
GetEncoding(): Encoding;
|
|
704
704
|
GetHashCode(): int;
|
|
705
705
|
}
|
|
@@ -756,36 +756,36 @@ export interface StringBuilder$instance extends System_Runtime_Serialization_Int
|
|
|
756
756
|
Append(value: ushort): StringBuilder;
|
|
757
757
|
Append(value: uint): StringBuilder;
|
|
758
758
|
Append(value: ulong): StringBuilder;
|
|
759
|
-
Append(value:
|
|
759
|
+
Append(value: unknown | null): StringBuilder;
|
|
760
760
|
Append(value: char[] | null): StringBuilder;
|
|
761
761
|
Append(value: ReadOnlySpan_1<System_Internal.Char>): StringBuilder;
|
|
762
762
|
Append(value: ReadOnlyMemory_1<System_Internal.Char>): StringBuilder;
|
|
763
763
|
Append(handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
764
764
|
Append(provider: IFormatProvider | null, handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
765
765
|
Append(value: ptr<char>, valueCount: int): StringBuilder;
|
|
766
|
-
AppendFormat(format: string, arg0:
|
|
767
|
-
AppendFormat(format: string, arg0:
|
|
768
|
-
AppendFormat(format: string, arg0:
|
|
769
|
-
AppendFormat(format: string, ...args: (
|
|
770
|
-
AppendFormat(format: string, args: ReadOnlySpan_1<
|
|
771
|
-
AppendFormat(provider: IFormatProvider | null, format: string, arg0:
|
|
772
|
-
AppendFormat(provider: IFormatProvider | null, format: string, arg0:
|
|
773
|
-
AppendFormat(provider: IFormatProvider | null, format: string, arg0:
|
|
774
|
-
AppendFormat(provider: IFormatProvider | null, format: string, ...args: (
|
|
775
|
-
AppendFormat(provider: IFormatProvider | null, format: string, args: ReadOnlySpan_1<
|
|
776
|
-
AppendFormat<TArg0>(provider: IFormatProvider | null, format: CompositeFormat, arg0: TArg0): StringBuilder;
|
|
777
|
-
AppendFormat<TArg0, TArg1>(provider: IFormatProvider | null, format: CompositeFormat, arg0: TArg0, arg1: TArg1): StringBuilder;
|
|
778
|
-
AppendFormat<TArg0, TArg1, TArg2>(provider: IFormatProvider | null, format: CompositeFormat, arg0: TArg0, arg1: TArg1, arg2: TArg2): StringBuilder;
|
|
779
|
-
AppendFormat(provider: IFormatProvider | null, format: CompositeFormat, ...args: (
|
|
780
|
-
AppendFormat(provider: IFormatProvider | null, format: CompositeFormat, args: ReadOnlySpan_1<
|
|
781
|
-
AppendJoin(separator: string | null, ...values: (
|
|
782
|
-
AppendJoin(separator: string | null, values: ReadOnlySpan_1<
|
|
783
|
-
AppendJoin<T>(separator: string | null, values: IEnumerable_1<T>): StringBuilder;
|
|
766
|
+
AppendFormat(format: string, arg0: unknown | null): StringBuilder;
|
|
767
|
+
AppendFormat(format: string, arg0: unknown | null, arg1: unknown | null): StringBuilder;
|
|
768
|
+
AppendFormat(format: string, arg0: unknown | null, arg1: unknown | null, arg2: unknown | null): StringBuilder;
|
|
769
|
+
AppendFormat(format: string, ...args: (unknown | null)[]): StringBuilder;
|
|
770
|
+
AppendFormat(format: string, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
771
|
+
AppendFormat(provider: IFormatProvider | null, format: string, arg0: unknown | null): StringBuilder;
|
|
772
|
+
AppendFormat(provider: IFormatProvider | null, format: string, arg0: unknown | null, arg1: unknown | null): StringBuilder;
|
|
773
|
+
AppendFormat(provider: IFormatProvider | null, format: string, arg0: unknown | null, arg1: unknown | null, arg2: unknown | null): StringBuilder;
|
|
774
|
+
AppendFormat(provider: IFormatProvider | null, format: string, ...args: (unknown | null)[]): StringBuilder;
|
|
775
|
+
AppendFormat(provider: IFormatProvider | null, format: string, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
776
|
+
AppendFormat<TArg0 extends unknown>(provider: IFormatProvider | null, format: CompositeFormat, arg0: TArg0): StringBuilder;
|
|
777
|
+
AppendFormat<TArg0 extends unknown, TArg1 extends unknown>(provider: IFormatProvider | null, format: CompositeFormat, arg0: TArg0, arg1: TArg1): StringBuilder;
|
|
778
|
+
AppendFormat<TArg0 extends unknown, TArg1 extends unknown, TArg2 extends unknown>(provider: IFormatProvider | null, format: CompositeFormat, arg0: TArg0, arg1: TArg1, arg2: TArg2): StringBuilder;
|
|
779
|
+
AppendFormat(provider: IFormatProvider | null, format: CompositeFormat, ...args: (unknown | null)[]): StringBuilder;
|
|
780
|
+
AppendFormat(provider: IFormatProvider | null, format: CompositeFormat, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
781
|
+
AppendJoin(separator: string | null, ...values: (unknown | null)[]): StringBuilder;
|
|
782
|
+
AppendJoin(separator: string | null, values: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
783
|
+
AppendJoin<T extends unknown>(separator: string | null, values: IEnumerable_1<T>): StringBuilder;
|
|
784
784
|
AppendJoin(separator: string | null, ...values: (string | null)[]): StringBuilder;
|
|
785
785
|
AppendJoin(separator: string | null, values: ReadOnlySpan_1<System_Internal.String>): StringBuilder;
|
|
786
|
-
AppendJoin(separator: char, ...values: (
|
|
787
|
-
AppendJoin(separator: char, values: ReadOnlySpan_1<
|
|
788
|
-
AppendJoin<T>(separator: char, values: IEnumerable_1<T>): StringBuilder;
|
|
786
|
+
AppendJoin(separator: char, ...values: (unknown | null)[]): StringBuilder;
|
|
787
|
+
AppendJoin(separator: char, values: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
788
|
+
AppendJoin<T extends unknown>(separator: char, values: IEnumerable_1<T>): StringBuilder;
|
|
789
789
|
AppendJoin(separator: char, ...values: (string | null)[]): StringBuilder;
|
|
790
790
|
AppendJoin(separator: char, values: ReadOnlySpan_1<System_Internal.String>): StringBuilder;
|
|
791
791
|
AppendLine(): StringBuilder;
|
|
@@ -798,7 +798,7 @@ export interface StringBuilder$instance extends System_Runtime_Serialization_Int
|
|
|
798
798
|
EnsureCapacity(capacity: int): int;
|
|
799
799
|
Equals(sb: StringBuilder | null): boolean;
|
|
800
800
|
Equals(span: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
801
|
-
Equals(obj:
|
|
801
|
+
Equals(obj: unknown | null): boolean;
|
|
802
802
|
GetChunks(): StringBuilder_ChunkEnumerator;
|
|
803
803
|
Insert(index: int, value: string | null, count: int): StringBuilder;
|
|
804
804
|
Insert(index: int, value: string | null): StringBuilder;
|
|
@@ -817,7 +817,7 @@ export interface StringBuilder$instance extends System_Runtime_Serialization_Int
|
|
|
817
817
|
Insert(index: int, value: ushort): StringBuilder;
|
|
818
818
|
Insert(index: int, value: uint): StringBuilder;
|
|
819
819
|
Insert(index: int, value: ulong): StringBuilder;
|
|
820
|
-
Insert(index: int, value:
|
|
820
|
+
Insert(index: int, value: unknown | null): StringBuilder;
|
|
821
821
|
Insert(index: int, value: ReadOnlySpan_1<System_Internal.Char>): StringBuilder;
|
|
822
822
|
Remove(startIndex: int, length: int): StringBuilder;
|
|
823
823
|
Replace(oldValue: string, newValue: string | null): StringBuilder;
|
|
@@ -851,15 +851,15 @@ export type StringBuilder = StringBuilder$instance & __StringBuilder$views & { [
|
|
|
851
851
|
export interface StringBuilder_AppendInterpolatedStringHandler$instance {
|
|
852
852
|
readonly __tsonic_type_System_Text_StringBuilder_AppendInterpolatedStringHandler: never;
|
|
853
853
|
|
|
854
|
-
AppendFormatted<T>(value: T): void;
|
|
855
|
-
AppendFormatted<T>(value: T, format: string | null): void;
|
|
856
|
-
AppendFormatted<T>(value: T, alignment: int): void;
|
|
857
|
-
AppendFormatted<T>(value: T, alignment: int, format: string | null): void;
|
|
854
|
+
AppendFormatted<T extends unknown>(value: T): void;
|
|
855
|
+
AppendFormatted<T extends unknown>(value: T, format: string | null): void;
|
|
856
|
+
AppendFormatted<T extends unknown>(value: T, alignment: int): void;
|
|
857
|
+
AppendFormatted<T extends unknown>(value: T, alignment: int, format: string | null): void;
|
|
858
858
|
AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
859
859
|
AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string | null): void;
|
|
860
860
|
AppendFormatted(value: string | null): void;
|
|
861
861
|
AppendFormatted(value: string | null, alignment?: int, format?: string | null): void;
|
|
862
|
-
AppendFormatted(value:
|
|
862
|
+
AppendFormatted(value: unknown | null, alignment?: int, format?: string | null): void;
|
|
863
863
|
AppendLiteral(value: string): void;
|
|
864
864
|
}
|
|
865
865
|
|
|
@@ -894,7 +894,7 @@ export interface UnicodeEncoding$instance extends Encoding$instance, System_Inte
|
|
|
894
894
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
895
895
|
|
|
896
896
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
897
|
-
Equals(value:
|
|
897
|
+
Equals(value: unknown | null): boolean;
|
|
898
898
|
GetByteCount(chars: char[], index: int, count: int): int;
|
|
899
899
|
GetByteCount(s: string): int;
|
|
900
900
|
GetByteCount(chars: ptr<char>, count: int): int;
|
|
@@ -952,7 +952,7 @@ export interface UTF32Encoding$instance extends Encoding$instance, System_Intern
|
|
|
952
952
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
953
953
|
|
|
954
954
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
955
|
-
Equals(value:
|
|
955
|
+
Equals(value: unknown | null): boolean;
|
|
956
956
|
GetByteCount(chars: char[], index: int, count: int): int;
|
|
957
957
|
GetByteCount(s: string): int;
|
|
958
958
|
GetByteCount(chars: ptr<char>, count: int): int;
|
|
@@ -1008,7 +1008,7 @@ export interface UTF7Encoding$instance extends Encoding$instance, System_Interna
|
|
|
1008
1008
|
|
|
1009
1009
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
1010
1010
|
|
|
1011
|
-
Equals(value:
|
|
1011
|
+
Equals(value: unknown | null): boolean;
|
|
1012
1012
|
GetByteCount(chars: char[], index: int, count: int): int;
|
|
1013
1013
|
GetByteCount(s: string): int;
|
|
1014
1014
|
GetByteCount(chars: ptr<char>, count: int): int;
|
|
@@ -1063,7 +1063,7 @@ export interface UTF8Encoding$instance extends Encoding$instance, System_Interna
|
|
|
1063
1063
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
1064
1064
|
|
|
1065
1065
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
1066
|
-
Equals(value:
|
|
1066
|
+
Equals(value: unknown | null): boolean;
|
|
1067
1067
|
GetByteCount(chars: char[], index: int, count: int): int;
|
|
1068
1068
|
GetByteCount(chars: string): int;
|
|
1069
1069
|
GetByteCount(chars: ptr<char>, count: int): int;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Text.Encodings.Web
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Text.Encodings.Web/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { OperationStatus } from './System.Buffers/internal/index.js';
|
|
10
14
|
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Text.Json
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -154,7 +154,7 @@ export const JsonElement: {
|
|
|
154
154
|
|
|
155
155
|
export type JsonElement = JsonElement$instance & { readonly [index: number]: JsonElement; };
|
|
156
156
|
|
|
157
|
-
export interface JsonElement_ArrayEnumerator$instance extends
|
|
157
|
+
export interface JsonElement_ArrayEnumerator$instance extends IEnumerator_1<JsonElement> {
|
|
158
158
|
readonly __tsonic_type_System_Text_Json_JsonElement_ArrayEnumerator: never;
|
|
159
159
|
|
|
160
160
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -178,7 +178,7 @@ export const JsonElement_ArrayEnumerator: {
|
|
|
178
178
|
|
|
179
179
|
export type JsonElement_ArrayEnumerator = JsonElement_ArrayEnumerator$instance;
|
|
180
180
|
|
|
181
|
-
export interface JsonElement_ObjectEnumerator$instance extends
|
|
181
|
+
export interface JsonElement_ObjectEnumerator$instance extends IEnumerator_1<JsonProperty> {
|
|
182
182
|
readonly __tsonic_type_System_Text_Json_JsonElement_ObjectEnumerator: never;
|
|
183
183
|
|
|
184
184
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -210,7 +210,7 @@ export interface JsonEncodedText$instance {
|
|
|
210
210
|
readonly EncodedUtf8Bytes: ReadOnlySpan_1<System_Internal.Byte>;
|
|
211
211
|
readonly Value: string;
|
|
212
212
|
Equals(other: JsonEncodedText): boolean;
|
|
213
|
-
Equals(obj:
|
|
213
|
+
Equals(obj: unknown | null): boolean;
|
|
214
214
|
GetHashCode(): int;
|
|
215
215
|
ToString(): string;
|
|
216
216
|
}
|
|
@@ -404,7 +404,7 @@ export interface __JsonDocument$views {
|
|
|
404
404
|
export type JsonDocument = JsonDocument$instance & __JsonDocument$views;
|
|
405
405
|
|
|
406
406
|
|
|
407
|
-
export interface JsonException$instance extends Exception {
|
|
407
|
+
export interface JsonException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
408
408
|
readonly __tsonic_type_System_Text_Json_JsonException: never;
|
|
409
409
|
|
|
410
410
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -492,7 +492,7 @@ export interface JsonSerializerOptions$instance {
|
|
|
492
492
|
UnknownTypeHandling: JsonUnknownTypeHandling;
|
|
493
493
|
UnmappedMemberHandling: JsonUnmappedMemberHandling;
|
|
494
494
|
WriteIndented: boolean;
|
|
495
|
-
AddContext<TContext extends JsonSerializerContext>(): void;
|
|
495
|
+
AddContext<TContext extends unknown & JsonSerializerContext>(): void;
|
|
496
496
|
GetConverter(typeToConvert: Type): JsonConverter;
|
|
497
497
|
GetTypeInfo(type: Type): JsonTypeInfo;
|
|
498
498
|
MakeReadOnly(): void;
|
|
@@ -660,109 +660,109 @@ export type Utf8JsonWriter = Utf8JsonWriter$instance & __Utf8JsonWriter$views;
|
|
|
660
660
|
|
|
661
661
|
export abstract class JsonSerializer$instance {
|
|
662
662
|
static readonly IsReflectionEnabledByDefault: boolean;
|
|
663
|
-
static Deserialize<TValue>(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
664
|
-
static Deserialize<TValue>(utf8Json: Stream, options?: JsonSerializerOptions | null): TValue | null;
|
|
665
|
-
static Deserialize(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo):
|
|
666
|
-
static Deserialize(utf8Json: Stream, returnType: Type, options?: JsonSerializerOptions | null):
|
|
667
|
-
static Deserialize(utf8Json: Stream, returnType: Type, context: JsonSerializerContext):
|
|
668
|
-
static Deserialize<TValue>(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
669
|
-
static Deserialize<TValue>(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, options?: JsonSerializerOptions | null): TValue | null;
|
|
670
|
-
static Deserialize(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, jsonTypeInfo: JsonTypeInfo):
|
|
671
|
-
static Deserialize(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, returnType: Type, options?: JsonSerializerOptions | null):
|
|
672
|
-
static Deserialize(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, returnType: Type, context: JsonSerializerContext):
|
|
673
|
-
static Deserialize<TValue>(json: ReadOnlySpan_1<System_Internal.Char>, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
674
|
-
static Deserialize<TValue>(json: ReadOnlySpan_1<System_Internal.Char>, options?: JsonSerializerOptions | null): TValue | null;
|
|
675
|
-
static Deserialize(json: ReadOnlySpan_1<System_Internal.Char>, jsonTypeInfo: JsonTypeInfo):
|
|
676
|
-
static Deserialize(json: ReadOnlySpan_1<System_Internal.Char>, returnType: Type, options?: JsonSerializerOptions | null):
|
|
677
|
-
static Deserialize(json: ReadOnlySpan_1<System_Internal.Char>, returnType: Type, context: JsonSerializerContext):
|
|
678
|
-
static Deserialize<TValue>(json: string, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
679
|
-
static Deserialize<TValue>(json: string, options?: JsonSerializerOptions | null): TValue | null;
|
|
680
|
-
static Deserialize(json: string, jsonTypeInfo: JsonTypeInfo):
|
|
681
|
-
static Deserialize(json: string, returnType: Type, options?: JsonSerializerOptions | null):
|
|
682
|
-
static Deserialize(json: string, returnType: Type, context: JsonSerializerContext):
|
|
683
|
-
static Deserialize<TValue>(document: JsonDocument, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
684
|
-
static Deserialize<TValue>(document: JsonDocument, options?: JsonSerializerOptions | null): TValue | null;
|
|
685
|
-
static Deserialize(document: JsonDocument, jsonTypeInfo: JsonTypeInfo):
|
|
686
|
-
static Deserialize(document: JsonDocument, returnType: Type, options?: JsonSerializerOptions | null):
|
|
687
|
-
static Deserialize(document: JsonDocument, returnType: Type, context: JsonSerializerContext):
|
|
688
|
-
static Deserialize<TValue>(element: JsonElement, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
689
|
-
static Deserialize<TValue>(element: JsonElement, options?: JsonSerializerOptions | null): TValue | null;
|
|
690
|
-
static Deserialize(element: JsonElement, jsonTypeInfo: JsonTypeInfo):
|
|
691
|
-
static Deserialize(element: JsonElement, returnType: Type, options?: JsonSerializerOptions | null):
|
|
692
|
-
static Deserialize(element: JsonElement, returnType: Type, context: JsonSerializerContext):
|
|
693
|
-
static Deserialize<TValue>(node: JsonNode | null, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
694
|
-
static Deserialize<TValue>(node: JsonNode | null, options?: JsonSerializerOptions | null): TValue | null;
|
|
695
|
-
static Deserialize(node: JsonNode | null, jsonTypeInfo: JsonTypeInfo):
|
|
696
|
-
static Deserialize(node: JsonNode | null, returnType: Type, options?: JsonSerializerOptions | null):
|
|
697
|
-
static Deserialize(node: JsonNode | null, returnType: Type, context: JsonSerializerContext):
|
|
698
|
-
static Deserialize<TValue>(reader: Utf8JsonReader, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
699
|
-
static Deserialize<TValue>(reader: Utf8JsonReader, options?: JsonSerializerOptions | null): TValue | null;
|
|
700
|
-
static Deserialize(reader: Utf8JsonReader, jsonTypeInfo: JsonTypeInfo):
|
|
701
|
-
static Deserialize(reader: Utf8JsonReader, returnType: Type, options?: JsonSerializerOptions | null):
|
|
702
|
-
static Deserialize(reader: Utf8JsonReader, returnType: Type, context: JsonSerializerContext):
|
|
703
|
-
static DeserializeAsync<TValue>(utf8Json: PipeReader, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
704
|
-
static DeserializeAsync<TValue>(utf8Json: PipeReader, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
705
|
-
static DeserializeAsync(utf8Json: PipeReader, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask_1<
|
|
706
|
-
static DeserializeAsync(utf8Json: PipeReader, returnType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<
|
|
707
|
-
static DeserializeAsync(utf8Json: PipeReader, returnType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<
|
|
708
|
-
static DeserializeAsync<TValue>(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
709
|
-
static DeserializeAsync<TValue>(utf8Json: Stream, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
710
|
-
static DeserializeAsync(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask_1<
|
|
711
|
-
static DeserializeAsync(utf8Json: Stream, returnType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<
|
|
712
|
-
static DeserializeAsync(utf8Json: Stream, returnType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<
|
|
713
|
-
static DeserializeAsyncEnumerable<TValue>(utf8Json: PipeReader, jsonTypeInfo: JsonTypeInfo_1<TValue>, topLevelValues: boolean, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
714
|
-
static DeserializeAsyncEnumerable<TValue>(utf8Json: PipeReader, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
715
|
-
static DeserializeAsyncEnumerable<TValue>(utf8Json: PipeReader, topLevelValues: boolean, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
716
|
-
static DeserializeAsyncEnumerable<TValue>(utf8Json: PipeReader, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
717
|
-
static DeserializeAsyncEnumerable<TValue>(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo_1<TValue>, topLevelValues: boolean, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
718
|
-
static DeserializeAsyncEnumerable<TValue>(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
719
|
-
static DeserializeAsyncEnumerable<TValue>(utf8Json: Stream, topLevelValues: boolean, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
720
|
-
static DeserializeAsyncEnumerable<TValue>(utf8Json: Stream, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
721
|
-
static Serialize(utf8Json: Stream, value:
|
|
722
|
-
static Serialize(utf8Json: Stream, value:
|
|
723
|
-
static Serialize(utf8Json: Stream, value:
|
|
724
|
-
static Serialize<TValue>(utf8Json: Stream, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): void;
|
|
725
|
-
static Serialize<TValue>(utf8Json: Stream, value: TValue, options?: JsonSerializerOptions | null): void;
|
|
726
|
-
static Serialize(value:
|
|
727
|
-
static Serialize(value:
|
|
728
|
-
static Serialize(value:
|
|
729
|
-
static Serialize(writer: Utf8JsonWriter, value:
|
|
730
|
-
static Serialize(writer: Utf8JsonWriter, value:
|
|
731
|
-
static Serialize(writer: Utf8JsonWriter, value:
|
|
732
|
-
static Serialize<TValue>(writer: Utf8JsonWriter, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): void;
|
|
733
|
-
static Serialize<TValue>(writer: Utf8JsonWriter, value: TValue, options?: JsonSerializerOptions | null): void;
|
|
734
|
-
static Serialize<TValue>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): string;
|
|
735
|
-
static Serialize<TValue>(value: TValue, options?: JsonSerializerOptions | null): string;
|
|
736
|
-
static SerializeAsync(utf8Json: PipeWriter, value:
|
|
737
|
-
static SerializeAsync(utf8Json: PipeWriter, value:
|
|
738
|
-
static SerializeAsync(utf8Json: PipeWriter, value:
|
|
739
|
-
static SerializeAsync<TValue>(utf8Json: PipeWriter, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task;
|
|
740
|
-
static SerializeAsync<TValue>(utf8Json: PipeWriter, value: TValue, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): Task;
|
|
741
|
-
static SerializeAsync(utf8Json: Stream, value:
|
|
742
|
-
static SerializeAsync(utf8Json: Stream, value:
|
|
743
|
-
static SerializeAsync(utf8Json: Stream, value:
|
|
744
|
-
static SerializeAsync<TValue>(utf8Json: Stream, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task;
|
|
745
|
-
static SerializeAsync<TValue>(utf8Json: Stream, value: TValue, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): Task;
|
|
746
|
-
static SerializeToDocument(value:
|
|
747
|
-
static SerializeToDocument(value:
|
|
748
|
-
static SerializeToDocument(value:
|
|
749
|
-
static SerializeToDocument<TValue>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): JsonDocument;
|
|
750
|
-
static SerializeToDocument<TValue>(value: TValue, options?: JsonSerializerOptions | null): JsonDocument;
|
|
751
|
-
static SerializeToElement(value:
|
|
752
|
-
static SerializeToElement(value:
|
|
753
|
-
static SerializeToElement(value:
|
|
754
|
-
static SerializeToElement<TValue>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): JsonElement;
|
|
755
|
-
static SerializeToElement<TValue>(value: TValue, options?: JsonSerializerOptions | null): JsonElement;
|
|
756
|
-
static SerializeToNode(value:
|
|
757
|
-
static SerializeToNode(value:
|
|
758
|
-
static SerializeToNode(value:
|
|
759
|
-
static SerializeToNode<TValue>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): JsonNode | null;
|
|
760
|
-
static SerializeToNode<TValue>(value: TValue, options?: JsonSerializerOptions | null): JsonNode | null;
|
|
761
|
-
static SerializeToUtf8Bytes(value:
|
|
762
|
-
static SerializeToUtf8Bytes(value:
|
|
763
|
-
static SerializeToUtf8Bytes(value:
|
|
764
|
-
static SerializeToUtf8Bytes<TValue>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): byte[];
|
|
765
|
-
static SerializeToUtf8Bytes<TValue>(value: TValue, options?: JsonSerializerOptions | null): byte[];
|
|
663
|
+
static Deserialize<TValue extends unknown>(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
664
|
+
static Deserialize<TValue extends unknown>(utf8Json: Stream, options?: JsonSerializerOptions | null): TValue | null;
|
|
665
|
+
static Deserialize(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo): unknown | null;
|
|
666
|
+
static Deserialize(utf8Json: Stream, returnType: Type, options?: JsonSerializerOptions | null): unknown | null;
|
|
667
|
+
static Deserialize(utf8Json: Stream, returnType: Type, context: JsonSerializerContext): unknown | null;
|
|
668
|
+
static Deserialize<TValue extends unknown>(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
669
|
+
static Deserialize<TValue extends unknown>(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, options?: JsonSerializerOptions | null): TValue | null;
|
|
670
|
+
static Deserialize(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, jsonTypeInfo: JsonTypeInfo): unknown | null;
|
|
671
|
+
static Deserialize(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, returnType: Type, options?: JsonSerializerOptions | null): unknown | null;
|
|
672
|
+
static Deserialize(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, returnType: Type, context: JsonSerializerContext): unknown | null;
|
|
673
|
+
static Deserialize<TValue extends unknown>(json: ReadOnlySpan_1<System_Internal.Char>, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
674
|
+
static Deserialize<TValue extends unknown>(json: ReadOnlySpan_1<System_Internal.Char>, options?: JsonSerializerOptions | null): TValue | null;
|
|
675
|
+
static Deserialize(json: ReadOnlySpan_1<System_Internal.Char>, jsonTypeInfo: JsonTypeInfo): unknown | null;
|
|
676
|
+
static Deserialize(json: ReadOnlySpan_1<System_Internal.Char>, returnType: Type, options?: JsonSerializerOptions | null): unknown | null;
|
|
677
|
+
static Deserialize(json: ReadOnlySpan_1<System_Internal.Char>, returnType: Type, context: JsonSerializerContext): unknown | null;
|
|
678
|
+
static Deserialize<TValue extends unknown>(json: string, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
679
|
+
static Deserialize<TValue extends unknown>(json: string, options?: JsonSerializerOptions | null): TValue | null;
|
|
680
|
+
static Deserialize(json: string, jsonTypeInfo: JsonTypeInfo): unknown | null;
|
|
681
|
+
static Deserialize(json: string, returnType: Type, options?: JsonSerializerOptions | null): unknown | null;
|
|
682
|
+
static Deserialize(json: string, returnType: Type, context: JsonSerializerContext): unknown | null;
|
|
683
|
+
static Deserialize<TValue extends unknown>(document: JsonDocument, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
684
|
+
static Deserialize<TValue extends unknown>(document: JsonDocument, options?: JsonSerializerOptions | null): TValue | null;
|
|
685
|
+
static Deserialize(document: JsonDocument, jsonTypeInfo: JsonTypeInfo): unknown | null;
|
|
686
|
+
static Deserialize(document: JsonDocument, returnType: Type, options?: JsonSerializerOptions | null): unknown | null;
|
|
687
|
+
static Deserialize(document: JsonDocument, returnType: Type, context: JsonSerializerContext): unknown | null;
|
|
688
|
+
static Deserialize<TValue extends unknown>(element: JsonElement, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
689
|
+
static Deserialize<TValue extends unknown>(element: JsonElement, options?: JsonSerializerOptions | null): TValue | null;
|
|
690
|
+
static Deserialize(element: JsonElement, jsonTypeInfo: JsonTypeInfo): unknown | null;
|
|
691
|
+
static Deserialize(element: JsonElement, returnType: Type, options?: JsonSerializerOptions | null): unknown | null;
|
|
692
|
+
static Deserialize(element: JsonElement, returnType: Type, context: JsonSerializerContext): unknown | null;
|
|
693
|
+
static Deserialize<TValue extends unknown>(node: JsonNode | null, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
694
|
+
static Deserialize<TValue extends unknown>(node: JsonNode | null, options?: JsonSerializerOptions | null): TValue | null;
|
|
695
|
+
static Deserialize(node: JsonNode | null, jsonTypeInfo: JsonTypeInfo): unknown | null;
|
|
696
|
+
static Deserialize(node: JsonNode | null, returnType: Type, options?: JsonSerializerOptions | null): unknown | null;
|
|
697
|
+
static Deserialize(node: JsonNode | null, returnType: Type, context: JsonSerializerContext): unknown | null;
|
|
698
|
+
static Deserialize<TValue extends unknown>(reader: Utf8JsonReader, jsonTypeInfo: JsonTypeInfo_1<TValue>): TValue | null;
|
|
699
|
+
static Deserialize<TValue extends unknown>(reader: Utf8JsonReader, options?: JsonSerializerOptions | null): TValue | null;
|
|
700
|
+
static Deserialize(reader: Utf8JsonReader, jsonTypeInfo: JsonTypeInfo): unknown | null;
|
|
701
|
+
static Deserialize(reader: Utf8JsonReader, returnType: Type, options?: JsonSerializerOptions | null): unknown | null;
|
|
702
|
+
static Deserialize(reader: Utf8JsonReader, returnType: Type, context: JsonSerializerContext): unknown | null;
|
|
703
|
+
static DeserializeAsync<TValue extends unknown>(utf8Json: PipeReader, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
704
|
+
static DeserializeAsync<TValue extends unknown>(utf8Json: PipeReader, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
705
|
+
static DeserializeAsync(utf8Json: PipeReader, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
706
|
+
static DeserializeAsync(utf8Json: PipeReader, returnType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
707
|
+
static DeserializeAsync(utf8Json: PipeReader, returnType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
708
|
+
static DeserializeAsync<TValue extends unknown>(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
709
|
+
static DeserializeAsync<TValue extends unknown>(utf8Json: Stream, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
|
|
710
|
+
static DeserializeAsync(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
711
|
+
static DeserializeAsync(utf8Json: Stream, returnType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
712
|
+
static DeserializeAsync(utf8Json: Stream, returnType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
|
|
713
|
+
static DeserializeAsyncEnumerable<TValue extends unknown>(utf8Json: PipeReader, jsonTypeInfo: JsonTypeInfo_1<TValue>, topLevelValues: boolean, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
714
|
+
static DeserializeAsyncEnumerable<TValue extends unknown>(utf8Json: PipeReader, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
715
|
+
static DeserializeAsyncEnumerable<TValue extends unknown>(utf8Json: PipeReader, topLevelValues: boolean, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
716
|
+
static DeserializeAsyncEnumerable<TValue extends unknown>(utf8Json: PipeReader, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
717
|
+
static DeserializeAsyncEnumerable<TValue extends unknown>(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo_1<TValue>, topLevelValues: boolean, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
718
|
+
static DeserializeAsyncEnumerable<TValue extends unknown>(utf8Json: Stream, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
719
|
+
static DeserializeAsyncEnumerable<TValue extends unknown>(utf8Json: Stream, topLevelValues: boolean, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
720
|
+
static DeserializeAsyncEnumerable<TValue extends unknown>(utf8Json: Stream, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TValue | null>;
|
|
721
|
+
static Serialize(utf8Json: Stream, value: unknown | null, jsonTypeInfo: JsonTypeInfo): void;
|
|
722
|
+
static Serialize(utf8Json: Stream, value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null): void;
|
|
723
|
+
static Serialize(utf8Json: Stream, value: unknown | null, inputType: Type, context: JsonSerializerContext): void;
|
|
724
|
+
static Serialize<TValue extends unknown>(utf8Json: Stream, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): void;
|
|
725
|
+
static Serialize<TValue extends unknown>(utf8Json: Stream, value: TValue, options?: JsonSerializerOptions | null): void;
|
|
726
|
+
static Serialize(value: unknown | null, jsonTypeInfo: JsonTypeInfo): string;
|
|
727
|
+
static Serialize(value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null): string;
|
|
728
|
+
static Serialize(value: unknown | null, inputType: Type, context: JsonSerializerContext): string;
|
|
729
|
+
static Serialize(writer: Utf8JsonWriter, value: unknown | null, jsonTypeInfo: JsonTypeInfo): void;
|
|
730
|
+
static Serialize(writer: Utf8JsonWriter, value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null): void;
|
|
731
|
+
static Serialize(writer: Utf8JsonWriter, value: unknown | null, inputType: Type, context: JsonSerializerContext): void;
|
|
732
|
+
static Serialize<TValue extends unknown>(writer: Utf8JsonWriter, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): void;
|
|
733
|
+
static Serialize<TValue extends unknown>(writer: Utf8JsonWriter, value: TValue, options?: JsonSerializerOptions | null): void;
|
|
734
|
+
static Serialize<TValue extends unknown>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): string;
|
|
735
|
+
static Serialize<TValue extends unknown>(value: TValue, options?: JsonSerializerOptions | null): string;
|
|
736
|
+
static SerializeAsync(utf8Json: PipeWriter, value: unknown | null, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): Task;
|
|
737
|
+
static SerializeAsync(utf8Json: PipeWriter, value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): Task;
|
|
738
|
+
static SerializeAsync(utf8Json: PipeWriter, value: unknown | null, inputType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task;
|
|
739
|
+
static SerializeAsync<TValue extends unknown>(utf8Json: PipeWriter, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task;
|
|
740
|
+
static SerializeAsync<TValue extends unknown>(utf8Json: PipeWriter, value: TValue, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): Task;
|
|
741
|
+
static SerializeAsync(utf8Json: Stream, value: unknown | null, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): Task;
|
|
742
|
+
static SerializeAsync(utf8Json: Stream, value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): Task;
|
|
743
|
+
static SerializeAsync(utf8Json: Stream, value: unknown | null, inputType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task;
|
|
744
|
+
static SerializeAsync<TValue extends unknown>(utf8Json: Stream, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): Task;
|
|
745
|
+
static SerializeAsync<TValue extends unknown>(utf8Json: Stream, value: TValue, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): Task;
|
|
746
|
+
static SerializeToDocument(value: unknown | null, jsonTypeInfo: JsonTypeInfo): JsonDocument;
|
|
747
|
+
static SerializeToDocument(value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null): JsonDocument;
|
|
748
|
+
static SerializeToDocument(value: unknown | null, inputType: Type, context: JsonSerializerContext): JsonDocument;
|
|
749
|
+
static SerializeToDocument<TValue extends unknown>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): JsonDocument;
|
|
750
|
+
static SerializeToDocument<TValue extends unknown>(value: TValue, options?: JsonSerializerOptions | null): JsonDocument;
|
|
751
|
+
static SerializeToElement(value: unknown | null, jsonTypeInfo: JsonTypeInfo): JsonElement;
|
|
752
|
+
static SerializeToElement(value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null): JsonElement;
|
|
753
|
+
static SerializeToElement(value: unknown | null, inputType: Type, context: JsonSerializerContext): JsonElement;
|
|
754
|
+
static SerializeToElement<TValue extends unknown>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): JsonElement;
|
|
755
|
+
static SerializeToElement<TValue extends unknown>(value: TValue, options?: JsonSerializerOptions | null): JsonElement;
|
|
756
|
+
static SerializeToNode(value: unknown | null, jsonTypeInfo: JsonTypeInfo): JsonNode | null;
|
|
757
|
+
static SerializeToNode(value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null): JsonNode | null;
|
|
758
|
+
static SerializeToNode(value: unknown | null, inputType: Type, context: JsonSerializerContext): JsonNode | null;
|
|
759
|
+
static SerializeToNode<TValue extends unknown>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): JsonNode | null;
|
|
760
|
+
static SerializeToNode<TValue extends unknown>(value: TValue, options?: JsonSerializerOptions | null): JsonNode | null;
|
|
761
|
+
static SerializeToUtf8Bytes(value: unknown | null, jsonTypeInfo: JsonTypeInfo): byte[];
|
|
762
|
+
static SerializeToUtf8Bytes(value: unknown | null, inputType: Type, options?: JsonSerializerOptions | null): byte[];
|
|
763
|
+
static SerializeToUtf8Bytes(value: unknown | null, inputType: Type, context: JsonSerializerContext): byte[];
|
|
764
|
+
static SerializeToUtf8Bytes<TValue extends unknown>(value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>): byte[];
|
|
765
|
+
static SerializeToUtf8Bytes<TValue extends unknown>(value: TValue, options?: JsonSerializerOptions | null): byte[];
|
|
766
766
|
}
|
|
767
767
|
|
|
768
768
|
|