@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.
Files changed (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. 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 { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
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: JsValue | null): boolean;
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: JsValue): int;
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: JsValue | null): boolean;
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: JsValue | null): boolean;
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: JsValue | null): boolean;
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: JsValue | null): boolean;
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(): JsValue;
627
- Equals(value: JsValue | null): boolean;
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: JsValue | null): boolean;
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: JsValue | null): StringBuilder;
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: JsValue | null): StringBuilder;
767
- AppendFormat(format: string, arg0: JsValue | null, arg1: JsValue | null): StringBuilder;
768
- AppendFormat(format: string, arg0: JsValue | null, arg1: JsValue | null, arg2: JsValue | null): StringBuilder;
769
- AppendFormat(format: string, ...args: (JsValue | null)[]): StringBuilder;
770
- AppendFormat(format: string, args: ReadOnlySpan_1<JsValue>): StringBuilder;
771
- AppendFormat(provider: IFormatProvider | null, format: string, arg0: JsValue | null): StringBuilder;
772
- AppendFormat(provider: IFormatProvider | null, format: string, arg0: JsValue | null, arg1: JsValue | null): StringBuilder;
773
- AppendFormat(provider: IFormatProvider | null, format: string, arg0: JsValue | null, arg1: JsValue | null, arg2: JsValue | null): StringBuilder;
774
- AppendFormat(provider: IFormatProvider | null, format: string, ...args: (JsValue | null)[]): StringBuilder;
775
- AppendFormat(provider: IFormatProvider | null, format: string, args: ReadOnlySpan_1<JsValue>): StringBuilder;
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: (JsValue | null)[]): StringBuilder;
780
- AppendFormat(provider: IFormatProvider | null, format: CompositeFormat, args: ReadOnlySpan_1<JsValue>): StringBuilder;
781
- AppendJoin(separator: string | null, ...values: (JsValue | null)[]): StringBuilder;
782
- AppendJoin(separator: string | null, values: ReadOnlySpan_1<JsValue>): StringBuilder;
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: (JsValue | null)[]): StringBuilder;
787
- AppendJoin(separator: char, values: ReadOnlySpan_1<JsValue>): StringBuilder;
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: JsValue | null): boolean;
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: JsValue | null): StringBuilder;
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: JsValue | null, alignment?: int, format?: string | null): void;
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: JsValue | null): boolean;
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: JsValue | null): boolean;
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: JsValue | null): boolean;
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: JsValue | null): boolean;
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 { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
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 { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
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 IEnumerable_1<JsonElement>, IEnumerable, IEnumerator_1<JsonElement>, IEnumerator, IDisposable {
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 IEnumerable_1<JsonProperty>, IEnumerable, IEnumerator_1<JsonProperty>, IEnumerator, IDisposable {
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: JsValue | null): boolean;
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): JsValue | null;
666
- static Deserialize(utf8Json: Stream, returnType: Type, options?: JsonSerializerOptions | null): JsValue | null;
667
- static Deserialize(utf8Json: Stream, returnType: Type, context: JsonSerializerContext): JsValue | null;
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): JsValue | null;
671
- static Deserialize(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, returnType: Type, options?: JsonSerializerOptions | null): JsValue | null;
672
- static Deserialize(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, returnType: Type, context: JsonSerializerContext): JsValue | null;
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): JsValue | null;
676
- static Deserialize(json: ReadOnlySpan_1<System_Internal.Char>, returnType: Type, options?: JsonSerializerOptions | null): JsValue | null;
677
- static Deserialize(json: ReadOnlySpan_1<System_Internal.Char>, returnType: Type, context: JsonSerializerContext): JsValue | null;
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): JsValue | null;
681
- static Deserialize(json: string, returnType: Type, options?: JsonSerializerOptions | null): JsValue | null;
682
- static Deserialize(json: string, returnType: Type, context: JsonSerializerContext): JsValue | null;
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): JsValue | null;
686
- static Deserialize(document: JsonDocument, returnType: Type, options?: JsonSerializerOptions | null): JsValue | null;
687
- static Deserialize(document: JsonDocument, returnType: Type, context: JsonSerializerContext): JsValue | null;
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): JsValue | null;
691
- static Deserialize(element: JsonElement, returnType: Type, options?: JsonSerializerOptions | null): JsValue | null;
692
- static Deserialize(element: JsonElement, returnType: Type, context: JsonSerializerContext): JsValue | null;
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): JsValue | null;
696
- static Deserialize(node: JsonNode | null, returnType: Type, options?: JsonSerializerOptions | null): JsValue | null;
697
- static Deserialize(node: JsonNode | null, returnType: Type, context: JsonSerializerContext): JsValue | null;
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): JsValue | null;
701
- static Deserialize(reader: Utf8JsonReader, returnType: Type, options?: JsonSerializerOptions | null): JsValue | null;
702
- static Deserialize(reader: Utf8JsonReader, returnType: Type, context: JsonSerializerContext): JsValue | null;
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<JsValue>;
706
- static DeserializeAsync(utf8Json: PipeReader, returnType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<JsValue>;
707
- static DeserializeAsync(utf8Json: PipeReader, returnType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<JsValue>;
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<JsValue>;
711
- static DeserializeAsync(utf8Json: Stream, returnType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): ValueTask_1<JsValue>;
712
- static DeserializeAsync(utf8Json: Stream, returnType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<JsValue>;
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: JsValue | null, jsonTypeInfo: JsonTypeInfo): void;
722
- static Serialize(utf8Json: Stream, value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null): void;
723
- static Serialize(utf8Json: Stream, value: JsValue | null, inputType: Type, context: JsonSerializerContext): void;
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: JsValue | null, jsonTypeInfo: JsonTypeInfo): string;
727
- static Serialize(value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null): string;
728
- static Serialize(value: JsValue | null, inputType: Type, context: JsonSerializerContext): string;
729
- static Serialize(writer: Utf8JsonWriter, value: JsValue | null, jsonTypeInfo: JsonTypeInfo): void;
730
- static Serialize(writer: Utf8JsonWriter, value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null): void;
731
- static Serialize(writer: Utf8JsonWriter, value: JsValue | null, inputType: Type, context: JsonSerializerContext): void;
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: JsValue | null, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): Task;
737
- static SerializeAsync(utf8Json: PipeWriter, value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): Task;
738
- static SerializeAsync(utf8Json: PipeWriter, value: JsValue | null, inputType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task;
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: JsValue | null, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): Task;
742
- static SerializeAsync(utf8Json: Stream, value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null, cancellationToken?: CancellationToken): Task;
743
- static SerializeAsync(utf8Json: Stream, value: JsValue | null, inputType: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): Task;
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: JsValue | null, jsonTypeInfo: JsonTypeInfo): JsonDocument;
747
- static SerializeToDocument(value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null): JsonDocument;
748
- static SerializeToDocument(value: JsValue | null, inputType: Type, context: JsonSerializerContext): JsonDocument;
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: JsValue | null, jsonTypeInfo: JsonTypeInfo): JsonElement;
752
- static SerializeToElement(value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null): JsonElement;
753
- static SerializeToElement(value: JsValue | null, inputType: Type, context: JsonSerializerContext): JsonElement;
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: JsValue | null, jsonTypeInfo: JsonTypeInfo): JsonNode | null;
757
- static SerializeToNode(value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null): JsonNode | null;
758
- static SerializeToNode(value: JsValue | null, inputType: Type, context: JsonSerializerContext): JsonNode | null;
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: JsValue | null, jsonTypeInfo: JsonTypeInfo): byte[];
762
- static SerializeToUtf8Bytes(value: JsValue | null, inputType: Type, options?: JsonSerializerOptions | null): byte[];
763
- static SerializeToUtf8Bytes(value: JsValue | null, inputType: Type, context: JsonSerializerContext): byte[];
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