@tsonic/dotnet 10.0.39 → 10.0.41
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/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Xml.Serialization
|
|
3
3
|
// Assembly: System.Private.Xml
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
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';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -41,34 +39,34 @@ export enum XmlMappingAccess {
|
|
|
41
39
|
}
|
|
42
40
|
|
|
43
41
|
|
|
44
|
-
export type UnreferencedObjectEventHandler = (sender:
|
|
42
|
+
export type UnreferencedObjectEventHandler = (sender: JsValue | null, e: UnreferencedObjectEventArgs) => void;
|
|
45
43
|
|
|
46
44
|
|
|
47
|
-
export type XmlAttributeEventHandler = (sender:
|
|
45
|
+
export type XmlAttributeEventHandler = (sender: JsValue | null, e: XmlAttributeEventArgs) => void;
|
|
48
46
|
|
|
49
47
|
|
|
50
|
-
export type XmlElementEventHandler = (sender:
|
|
48
|
+
export type XmlElementEventHandler = (sender: JsValue | null, e: XmlElementEventArgs) => void;
|
|
51
49
|
|
|
52
50
|
|
|
53
|
-
export type XmlNodeEventHandler = (sender:
|
|
51
|
+
export type XmlNodeEventHandler = (sender: JsValue | null, e: XmlNodeEventArgs) => void;
|
|
54
52
|
|
|
55
53
|
|
|
56
|
-
export type XmlSerializationCollectionFixupCallback = (collection:
|
|
54
|
+
export type XmlSerializationCollectionFixupCallback = (collection: JsValue | null, collectionItems: JsValue | null) => void;
|
|
57
55
|
|
|
58
56
|
|
|
59
|
-
export type XmlSerializationFixupCallback = (fixup:
|
|
57
|
+
export type XmlSerializationFixupCallback = (fixup: JsValue) => void;
|
|
60
58
|
|
|
61
59
|
|
|
62
|
-
export type XmlSerializationReadCallback = () =>
|
|
60
|
+
export type XmlSerializationReadCallback = () => JsValue | null;
|
|
63
61
|
|
|
64
62
|
|
|
65
|
-
export type XmlSerializationWriteCallback = (o:
|
|
63
|
+
export type XmlSerializationWriteCallback = (o: JsValue) => void;
|
|
66
64
|
|
|
67
65
|
|
|
68
66
|
export interface IXmlSerializable$instance {
|
|
69
67
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
70
68
|
|
|
71
|
-
GetSchema(): XmlSchema |
|
|
69
|
+
GetSchema(): XmlSchema | null;
|
|
72
70
|
ReadXml(reader: XmlReader): void;
|
|
73
71
|
WriteXml(writer: XmlWriter): void;
|
|
74
72
|
}
|
|
@@ -89,14 +87,14 @@ export type IXmlTextParser = IXmlTextParser$instance;
|
|
|
89
87
|
export interface XmlDeserializationEvents$instance {
|
|
90
88
|
readonly __tsonic_type_System_Xml_Serialization_XmlDeserializationEvents: never;
|
|
91
89
|
|
|
92
|
-
get OnUnknownAttribute(): XmlAttributeEventHandler |
|
|
93
|
-
set OnUnknownAttribute(value: XmlAttributeEventHandler |
|
|
94
|
-
get OnUnknownElement(): XmlElementEventHandler |
|
|
95
|
-
set OnUnknownElement(value: XmlElementEventHandler |
|
|
96
|
-
get OnUnknownNode(): XmlNodeEventHandler |
|
|
97
|
-
set OnUnknownNode(value: XmlNodeEventHandler |
|
|
98
|
-
get OnUnreferencedObject(): UnreferencedObjectEventHandler |
|
|
99
|
-
set OnUnreferencedObject(value: UnreferencedObjectEventHandler |
|
|
90
|
+
get OnUnknownAttribute(): XmlAttributeEventHandler | null;
|
|
91
|
+
set OnUnknownAttribute(value: XmlAttributeEventHandler | null);
|
|
92
|
+
get OnUnknownElement(): XmlElementEventHandler | null;
|
|
93
|
+
set OnUnknownElement(value: XmlElementEventHandler | null);
|
|
94
|
+
get OnUnknownNode(): XmlNodeEventHandler | null;
|
|
95
|
+
set OnUnknownNode(value: XmlNodeEventHandler | null);
|
|
96
|
+
get OnUnreferencedObject(): UnreferencedObjectEventHandler | null;
|
|
97
|
+
set OnUnreferencedObject(value: UnreferencedObjectEventHandler | null);
|
|
100
98
|
}
|
|
101
99
|
|
|
102
100
|
|
|
@@ -127,16 +125,16 @@ export interface CodeIdentifiers$instance {
|
|
|
127
125
|
readonly __tsonic_type_System_Xml_Serialization_CodeIdentifiers: never;
|
|
128
126
|
|
|
129
127
|
UseCamelCasing: boolean;
|
|
130
|
-
Add(identifier: string, value:
|
|
128
|
+
Add(identifier: string, value: JsValue | null): void;
|
|
131
129
|
AddReserved(identifier: string): void;
|
|
132
|
-
AddUnique(identifier: string, value:
|
|
130
|
+
AddUnique(identifier: string, value: JsValue | null): string;
|
|
133
131
|
Clear(): void;
|
|
134
132
|
IsInUse(identifier: string): boolean;
|
|
135
133
|
MakeRightCase(identifier: string): string;
|
|
136
134
|
MakeUnique(identifier: string): string;
|
|
137
135
|
Remove(identifier: string): void;
|
|
138
136
|
RemoveReserved(identifier: string): void;
|
|
139
|
-
ToArray(type: Type):
|
|
137
|
+
ToArray(type: Type): JsValue;
|
|
140
138
|
}
|
|
141
139
|
|
|
142
140
|
|
|
@@ -158,7 +156,7 @@ export interface ImportContext$instance {
|
|
|
158
156
|
|
|
159
157
|
|
|
160
158
|
export const ImportContext: {
|
|
161
|
-
new(identifiers: CodeIdentifiers, shareTypes: boolean): ImportContext;
|
|
159
|
+
new(identifiers: CodeIdentifiers | null, shareTypes: boolean): ImportContext;
|
|
162
160
|
};
|
|
163
161
|
|
|
164
162
|
|
|
@@ -181,8 +179,8 @@ export interface SoapAttributeAttribute$instance extends Attribute {
|
|
|
181
179
|
|
|
182
180
|
AttributeName: string;
|
|
183
181
|
DataType: string;
|
|
184
|
-
get Namespace(): string |
|
|
185
|
-
set Namespace(value: string |
|
|
182
|
+
get Namespace(): string | null;
|
|
183
|
+
set Namespace(value: string | null);
|
|
186
184
|
}
|
|
187
185
|
|
|
188
186
|
|
|
@@ -197,10 +195,10 @@ export type SoapAttributeAttribute = SoapAttributeAttribute$instance;
|
|
|
197
195
|
export interface SoapAttributeOverrides$instance {
|
|
198
196
|
readonly __tsonic_type_System_Xml_Serialization_SoapAttributeOverrides: never;
|
|
199
197
|
|
|
200
|
-
Add(type: Type, attributes: SoapAttributes): void;
|
|
201
|
-
Add(type: Type, member: string, attributes: SoapAttributes): void;
|
|
202
|
-
get_Item(type: Type): SoapAttributes |
|
|
203
|
-
get_Item(type: Type, member: string): SoapAttributes |
|
|
198
|
+
Add(type: Type, attributes: SoapAttributes | null): void;
|
|
199
|
+
Add(type: Type, member: string, attributes: SoapAttributes | null): void;
|
|
200
|
+
get_Item(type: Type): SoapAttributes | null;
|
|
201
|
+
get_Item(type: Type, member: string): SoapAttributes | null;
|
|
204
202
|
}
|
|
205
203
|
|
|
206
204
|
|
|
@@ -214,17 +212,17 @@ export type SoapAttributeOverrides = SoapAttributeOverrides$instance;
|
|
|
214
212
|
export interface SoapAttributes$instance {
|
|
215
213
|
readonly __tsonic_type_System_Xml_Serialization_SoapAttributes: never;
|
|
216
214
|
|
|
217
|
-
get SoapAttribute(): SoapAttributeAttribute |
|
|
218
|
-
set SoapAttribute(value: SoapAttributeAttribute |
|
|
219
|
-
get SoapDefaultValue():
|
|
220
|
-
set SoapDefaultValue(value:
|
|
221
|
-
get SoapElement(): SoapElementAttribute |
|
|
222
|
-
set SoapElement(value: SoapElementAttribute |
|
|
223
|
-
get SoapEnum(): SoapEnumAttribute |
|
|
224
|
-
set SoapEnum(value: SoapEnumAttribute |
|
|
215
|
+
get SoapAttribute(): SoapAttributeAttribute | null;
|
|
216
|
+
set SoapAttribute(value: SoapAttributeAttribute | null);
|
|
217
|
+
get SoapDefaultValue(): JsValue | null;
|
|
218
|
+
set SoapDefaultValue(value: JsValue | null);
|
|
219
|
+
get SoapElement(): SoapElementAttribute | null;
|
|
220
|
+
set SoapElement(value: SoapElementAttribute | null);
|
|
221
|
+
get SoapEnum(): SoapEnumAttribute | null;
|
|
222
|
+
set SoapEnum(value: SoapEnumAttribute | null);
|
|
225
223
|
SoapIgnore: boolean;
|
|
226
|
-
get SoapType(): SoapTypeAttribute |
|
|
227
|
-
set SoapType(value: SoapTypeAttribute |
|
|
224
|
+
get SoapType(): SoapTypeAttribute | null;
|
|
225
|
+
set SoapType(value: SoapTypeAttribute | null);
|
|
228
226
|
}
|
|
229
227
|
|
|
230
228
|
|
|
@@ -247,7 +245,7 @@ export interface SoapElementAttribute$instance extends Attribute {
|
|
|
247
245
|
|
|
248
246
|
export const SoapElementAttribute: {
|
|
249
247
|
new(): SoapElementAttribute;
|
|
250
|
-
new(elementName: string): SoapElementAttribute;
|
|
248
|
+
new(elementName: string | null): SoapElementAttribute;
|
|
251
249
|
};
|
|
252
250
|
|
|
253
251
|
|
|
@@ -298,12 +296,12 @@ export type SoapIncludeAttribute = SoapIncludeAttribute$instance;
|
|
|
298
296
|
export interface SoapReflectionImporter$instance {
|
|
299
297
|
readonly __tsonic_type_System_Xml_Serialization_SoapReflectionImporter: never;
|
|
300
298
|
|
|
301
|
-
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[]): XmlMembersMapping;
|
|
302
|
-
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, writeAccessors: boolean): XmlMembersMapping;
|
|
303
|
-
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, writeAccessors: boolean, validate: boolean): XmlMembersMapping;
|
|
304
|
-
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, writeAccessors: boolean, validate: boolean, access: XmlMappingAccess): XmlMembersMapping;
|
|
299
|
+
ImportMembersMapping(elementName: string | null, ns: string | null, members: XmlReflectionMember[]): XmlMembersMapping;
|
|
300
|
+
ImportMembersMapping(elementName: string | null, ns: string | null, members: XmlReflectionMember[], hasWrapperElement: boolean, writeAccessors: boolean): XmlMembersMapping;
|
|
301
|
+
ImportMembersMapping(elementName: string | null, ns: string | null, members: XmlReflectionMember[], hasWrapperElement: boolean, writeAccessors: boolean, validate: boolean): XmlMembersMapping;
|
|
302
|
+
ImportMembersMapping(elementName: string | null, ns: string | null, members: XmlReflectionMember[], hasWrapperElement: boolean, writeAccessors: boolean, validate: boolean, access: XmlMappingAccess): XmlMembersMapping;
|
|
305
303
|
ImportTypeMapping(type: Type): XmlTypeMapping;
|
|
306
|
-
ImportTypeMapping(type: Type, defaultNamespace: string): XmlTypeMapping;
|
|
304
|
+
ImportTypeMapping(type: Type, defaultNamespace: string | null): XmlTypeMapping;
|
|
307
305
|
IncludeType(type: Type): void;
|
|
308
306
|
IncludeTypes(provider: ICustomAttributeProvider): void;
|
|
309
307
|
}
|
|
@@ -311,9 +309,9 @@ export interface SoapReflectionImporter$instance {
|
|
|
311
309
|
|
|
312
310
|
export const SoapReflectionImporter: {
|
|
313
311
|
new(): SoapReflectionImporter;
|
|
314
|
-
new(defaultNamespace: string): SoapReflectionImporter;
|
|
315
|
-
new(attributeOverrides: SoapAttributeOverrides): SoapReflectionImporter;
|
|
316
|
-
new(attributeOverrides: SoapAttributeOverrides, defaultNamespace: string): SoapReflectionImporter;
|
|
312
|
+
new(defaultNamespace: string | null): SoapReflectionImporter;
|
|
313
|
+
new(attributeOverrides: SoapAttributeOverrides | null): SoapReflectionImporter;
|
|
314
|
+
new(attributeOverrides: SoapAttributeOverrides | null, defaultNamespace: string | null): SoapReflectionImporter;
|
|
317
315
|
};
|
|
318
316
|
|
|
319
317
|
|
|
@@ -323,8 +321,8 @@ export interface SoapSchemaMember$instance {
|
|
|
323
321
|
readonly __tsonic_type_System_Xml_Serialization_SoapSchemaMember: never;
|
|
324
322
|
|
|
325
323
|
MemberName: string;
|
|
326
|
-
get MemberType(): XmlQualifiedName |
|
|
327
|
-
set MemberType(value: XmlQualifiedName |
|
|
324
|
+
get MemberType(): XmlQualifiedName | null;
|
|
325
|
+
set MemberType(value: XmlQualifiedName | null);
|
|
328
326
|
}
|
|
329
327
|
|
|
330
328
|
|
|
@@ -339,16 +337,16 @@ export interface SoapTypeAttribute$instance extends Attribute {
|
|
|
339
337
|
readonly __tsonic_type_System_Xml_Serialization_SoapTypeAttribute: never;
|
|
340
338
|
|
|
341
339
|
IncludeInSchema: boolean;
|
|
342
|
-
get Namespace(): string |
|
|
343
|
-
set Namespace(value: string |
|
|
340
|
+
get Namespace(): string | null;
|
|
341
|
+
set Namespace(value: string | null);
|
|
344
342
|
TypeName: string;
|
|
345
343
|
}
|
|
346
344
|
|
|
347
345
|
|
|
348
346
|
export const SoapTypeAttribute: {
|
|
349
347
|
new(): SoapTypeAttribute;
|
|
350
|
-
new(typeName: string): SoapTypeAttribute;
|
|
351
|
-
new(typeName: string, ns: string): SoapTypeAttribute;
|
|
348
|
+
new(typeName: string | null): SoapTypeAttribute;
|
|
349
|
+
new(typeName: string | null, ns: string | null): SoapTypeAttribute;
|
|
352
350
|
};
|
|
353
351
|
|
|
354
352
|
|
|
@@ -357,13 +355,13 @@ export type SoapTypeAttribute = SoapTypeAttribute$instance;
|
|
|
357
355
|
export interface UnreferencedObjectEventArgs$instance extends EventArgs {
|
|
358
356
|
readonly __tsonic_type_System_Xml_Serialization_UnreferencedObjectEventArgs: never;
|
|
359
357
|
|
|
360
|
-
readonly UnreferencedId: string |
|
|
361
|
-
readonly UnreferencedObject:
|
|
358
|
+
readonly UnreferencedId: string | null;
|
|
359
|
+
readonly UnreferencedObject: JsValue | null;
|
|
362
360
|
}
|
|
363
361
|
|
|
364
362
|
|
|
365
363
|
export const UnreferencedObjectEventArgs: {
|
|
366
|
-
new(o:
|
|
364
|
+
new(o: JsValue | null, id: string | null): UnreferencedObjectEventArgs;
|
|
367
365
|
};
|
|
368
366
|
|
|
369
367
|
|
|
@@ -386,16 +384,16 @@ export interface XmlAnyElementAttribute$instance extends Attribute {
|
|
|
386
384
|
readonly __tsonic_type_System_Xml_Serialization_XmlAnyElementAttribute: never;
|
|
387
385
|
|
|
388
386
|
Name: string;
|
|
389
|
-
get Namespace(): string |
|
|
390
|
-
set Namespace(value: string |
|
|
387
|
+
get Namespace(): string | null;
|
|
388
|
+
set Namespace(value: string | null);
|
|
391
389
|
Order: int;
|
|
392
390
|
}
|
|
393
391
|
|
|
394
392
|
|
|
395
393
|
export const XmlAnyElementAttribute: {
|
|
396
394
|
new(): XmlAnyElementAttribute;
|
|
397
|
-
new(name: string): XmlAnyElementAttribute;
|
|
398
|
-
new(name: string, ns: string): XmlAnyElementAttribute;
|
|
395
|
+
new(name: string | null): XmlAnyElementAttribute;
|
|
396
|
+
new(name: string | null, ns: string | null): XmlAnyElementAttribute;
|
|
399
397
|
};
|
|
400
398
|
|
|
401
399
|
|
|
@@ -408,12 +406,12 @@ export interface XmlAnyElementAttributes$instance extends CollectionBase {
|
|
|
408
406
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
409
407
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
410
408
|
|
|
411
|
-
Add(attribute: XmlAnyElementAttribute): int;
|
|
412
|
-
Contains(attribute: XmlAnyElementAttribute): boolean;
|
|
409
|
+
Add(attribute: XmlAnyElementAttribute | null): int;
|
|
410
|
+
Contains(attribute: XmlAnyElementAttribute | null): boolean;
|
|
413
411
|
CopyTo(array: XmlAnyElementAttribute[], index: int): void;
|
|
414
|
-
IndexOf(attribute: XmlAnyElementAttribute): int;
|
|
415
|
-
Insert(index: int, attribute: XmlAnyElementAttribute): void;
|
|
416
|
-
Remove(attribute: XmlAnyElementAttribute): void;
|
|
412
|
+
IndexOf(attribute: XmlAnyElementAttribute | null): int;
|
|
413
|
+
Insert(index: int, attribute: XmlAnyElementAttribute | null): void;
|
|
414
|
+
Remove(attribute: XmlAnyElementAttribute | null): void;
|
|
417
415
|
}
|
|
418
416
|
|
|
419
417
|
|
|
@@ -437,15 +435,15 @@ export interface XmlArrayAttribute$instance extends Attribute {
|
|
|
437
435
|
ElementName: string;
|
|
438
436
|
Form: XmlSchemaForm;
|
|
439
437
|
IsNullable: boolean;
|
|
440
|
-
get Namespace(): string |
|
|
441
|
-
set Namespace(value: string |
|
|
438
|
+
get Namespace(): string | null;
|
|
439
|
+
set Namespace(value: string | null);
|
|
442
440
|
Order: int;
|
|
443
441
|
}
|
|
444
442
|
|
|
445
443
|
|
|
446
444
|
export const XmlArrayAttribute: {
|
|
447
445
|
new(): XmlArrayAttribute;
|
|
448
|
-
new(elementName: string): XmlArrayAttribute;
|
|
446
|
+
new(elementName: string | null): XmlArrayAttribute;
|
|
449
447
|
};
|
|
450
448
|
|
|
451
449
|
|
|
@@ -458,19 +456,19 @@ export interface XmlArrayItemAttribute$instance extends Attribute {
|
|
|
458
456
|
ElementName: string;
|
|
459
457
|
Form: XmlSchemaForm;
|
|
460
458
|
IsNullable: boolean;
|
|
461
|
-
get Namespace(): string |
|
|
462
|
-
set Namespace(value: string |
|
|
459
|
+
get Namespace(): string | null;
|
|
460
|
+
set Namespace(value: string | null);
|
|
463
461
|
NestingLevel: int;
|
|
464
|
-
get Type(): Type |
|
|
465
|
-
set Type(value: Type |
|
|
462
|
+
get Type(): Type | null;
|
|
463
|
+
set Type(value: Type | null);
|
|
466
464
|
}
|
|
467
465
|
|
|
468
466
|
|
|
469
467
|
export const XmlArrayItemAttribute: {
|
|
470
468
|
new(): XmlArrayItemAttribute;
|
|
471
|
-
new(elementName: string): XmlArrayItemAttribute;
|
|
472
|
-
new(type: Type): XmlArrayItemAttribute;
|
|
473
|
-
new(elementName: string, type: Type): XmlArrayItemAttribute;
|
|
469
|
+
new(elementName: string | null): XmlArrayItemAttribute;
|
|
470
|
+
new(type: Type | null): XmlArrayItemAttribute;
|
|
471
|
+
new(elementName: string | null, type: Type | null): XmlArrayItemAttribute;
|
|
474
472
|
};
|
|
475
473
|
|
|
476
474
|
|
|
@@ -483,12 +481,12 @@ export interface XmlArrayItemAttributes$instance extends CollectionBase {
|
|
|
483
481
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
484
482
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
485
483
|
|
|
486
|
-
Add(attribute: XmlArrayItemAttribute): int;
|
|
487
|
-
Contains(attribute: XmlArrayItemAttribute): boolean;
|
|
484
|
+
Add(attribute: XmlArrayItemAttribute | null): int;
|
|
485
|
+
Contains(attribute: XmlArrayItemAttribute | null): boolean;
|
|
488
486
|
CopyTo(array: XmlArrayItemAttribute[], index: int): void;
|
|
489
|
-
IndexOf(attribute: XmlArrayItemAttribute): int;
|
|
490
|
-
Insert(index: int, attribute: XmlArrayItemAttribute): void;
|
|
491
|
-
Remove(attribute: XmlArrayItemAttribute): void;
|
|
487
|
+
IndexOf(attribute: XmlArrayItemAttribute | null): int;
|
|
488
|
+
Insert(index: int, attribute: XmlArrayItemAttribute | null): void;
|
|
489
|
+
Remove(attribute: XmlArrayItemAttribute | null): void;
|
|
492
490
|
}
|
|
493
491
|
|
|
494
492
|
|
|
@@ -512,18 +510,18 @@ export interface XmlAttributeAttribute$instance extends Attribute {
|
|
|
512
510
|
AttributeName: string;
|
|
513
511
|
DataType: string;
|
|
514
512
|
Form: XmlSchemaForm;
|
|
515
|
-
get Namespace(): string |
|
|
516
|
-
set Namespace(value: string |
|
|
517
|
-
get Type(): Type |
|
|
518
|
-
set Type(value: Type |
|
|
513
|
+
get Namespace(): string | null;
|
|
514
|
+
set Namespace(value: string | null);
|
|
515
|
+
get Type(): Type | null;
|
|
516
|
+
set Type(value: Type | null);
|
|
519
517
|
}
|
|
520
518
|
|
|
521
519
|
|
|
522
520
|
export const XmlAttributeAttribute: {
|
|
523
521
|
new(): XmlAttributeAttribute;
|
|
524
|
-
new(attributeName: string): XmlAttributeAttribute;
|
|
525
|
-
new(type: Type): XmlAttributeAttribute;
|
|
526
|
-
new(attributeName: string, type: Type): XmlAttributeAttribute;
|
|
522
|
+
new(attributeName: string | null): XmlAttributeAttribute;
|
|
523
|
+
new(type: Type | null): XmlAttributeAttribute;
|
|
524
|
+
new(attributeName: string | null, type: Type | null): XmlAttributeAttribute;
|
|
527
525
|
};
|
|
528
526
|
|
|
529
527
|
|
|
@@ -536,7 +534,7 @@ export interface XmlAttributeEventArgs$instance extends EventArgs {
|
|
|
536
534
|
readonly ExpectedAttributes: string;
|
|
537
535
|
readonly LineNumber: int;
|
|
538
536
|
readonly LinePosition: int;
|
|
539
|
-
readonly ObjectBeingDeserialized:
|
|
537
|
+
readonly ObjectBeingDeserialized: JsValue | null;
|
|
540
538
|
}
|
|
541
539
|
|
|
542
540
|
|
|
@@ -550,9 +548,9 @@ export interface XmlAttributeOverrides$instance {
|
|
|
550
548
|
readonly __tsonic_type_System_Xml_Serialization_XmlAttributeOverrides: never;
|
|
551
549
|
|
|
552
550
|
Add(type: Type, attributes: XmlAttributes): void;
|
|
553
|
-
Add(type: Type, member: string, attributes: XmlAttributes): void;
|
|
554
|
-
get_Item(type: Type): XmlAttributes |
|
|
555
|
-
get_Item(type: Type, member: string): XmlAttributes |
|
|
551
|
+
Add(type: Type, member: string, attributes: XmlAttributes | null): void;
|
|
552
|
+
get_Item(type: Type): XmlAttributes | null;
|
|
553
|
+
get_Item(type: Type, member: string): XmlAttributes | null;
|
|
556
554
|
}
|
|
557
555
|
|
|
558
556
|
|
|
@@ -566,28 +564,28 @@ export type XmlAttributeOverrides = XmlAttributeOverrides$instance;
|
|
|
566
564
|
export interface XmlAttributes$instance {
|
|
567
565
|
readonly __tsonic_type_System_Xml_Serialization_XmlAttributes: never;
|
|
568
566
|
|
|
569
|
-
get XmlAnyAttribute(): XmlAnyAttributeAttribute |
|
|
570
|
-
set XmlAnyAttribute(value: XmlAnyAttributeAttribute |
|
|
567
|
+
get XmlAnyAttribute(): XmlAnyAttributeAttribute | null;
|
|
568
|
+
set XmlAnyAttribute(value: XmlAnyAttributeAttribute | null);
|
|
571
569
|
readonly XmlAnyElements: XmlAnyElementAttributes;
|
|
572
|
-
get XmlArray(): XmlArrayAttribute |
|
|
573
|
-
set XmlArray(value: XmlArrayAttribute |
|
|
570
|
+
get XmlArray(): XmlArrayAttribute | null;
|
|
571
|
+
set XmlArray(value: XmlArrayAttribute | null);
|
|
574
572
|
readonly XmlArrayItems: XmlArrayItemAttributes;
|
|
575
|
-
get XmlAttribute(): XmlAttributeAttribute |
|
|
576
|
-
set XmlAttribute(value: XmlAttributeAttribute |
|
|
577
|
-
readonly XmlChoiceIdentifier: XmlChoiceIdentifierAttribute |
|
|
578
|
-
get XmlDefaultValue():
|
|
579
|
-
set XmlDefaultValue(value:
|
|
573
|
+
get XmlAttribute(): XmlAttributeAttribute | null;
|
|
574
|
+
set XmlAttribute(value: XmlAttributeAttribute | null);
|
|
575
|
+
readonly XmlChoiceIdentifier: XmlChoiceIdentifierAttribute | null;
|
|
576
|
+
get XmlDefaultValue(): JsValue | null;
|
|
577
|
+
set XmlDefaultValue(value: JsValue | null);
|
|
580
578
|
readonly XmlElements: XmlElementAttributes;
|
|
581
|
-
get XmlEnum(): XmlEnumAttribute |
|
|
582
|
-
set XmlEnum(value: XmlEnumAttribute |
|
|
579
|
+
get XmlEnum(): XmlEnumAttribute | null;
|
|
580
|
+
set XmlEnum(value: XmlEnumAttribute | null);
|
|
583
581
|
XmlIgnore: boolean;
|
|
584
582
|
Xmlns: boolean;
|
|
585
|
-
get XmlRoot(): XmlRootAttribute |
|
|
586
|
-
set XmlRoot(value: XmlRootAttribute |
|
|
587
|
-
get XmlText(): XmlTextAttribute |
|
|
588
|
-
set XmlText(value: XmlTextAttribute |
|
|
589
|
-
get XmlType(): XmlTypeAttribute |
|
|
590
|
-
set XmlType(value: XmlTypeAttribute |
|
|
583
|
+
get XmlRoot(): XmlRootAttribute | null;
|
|
584
|
+
set XmlRoot(value: XmlRootAttribute | null);
|
|
585
|
+
get XmlText(): XmlTextAttribute | null;
|
|
586
|
+
set XmlText(value: XmlTextAttribute | null);
|
|
587
|
+
get XmlType(): XmlTypeAttribute | null;
|
|
588
|
+
set XmlType(value: XmlTypeAttribute | null);
|
|
591
589
|
}
|
|
592
590
|
|
|
593
591
|
|
|
@@ -608,7 +606,7 @@ export interface XmlChoiceIdentifierAttribute$instance extends Attribute {
|
|
|
608
606
|
|
|
609
607
|
export const XmlChoiceIdentifierAttribute: {
|
|
610
608
|
new(): XmlChoiceIdentifierAttribute;
|
|
611
|
-
new(name: string): XmlChoiceIdentifierAttribute;
|
|
609
|
+
new(name: string | null): XmlChoiceIdentifierAttribute;
|
|
612
610
|
};
|
|
613
611
|
|
|
614
612
|
|
|
@@ -621,19 +619,19 @@ export interface XmlElementAttribute$instance extends Attribute {
|
|
|
621
619
|
ElementName: string;
|
|
622
620
|
Form: XmlSchemaForm;
|
|
623
621
|
IsNullable: boolean;
|
|
624
|
-
get Namespace(): string |
|
|
625
|
-
set Namespace(value: string |
|
|
622
|
+
get Namespace(): string | null;
|
|
623
|
+
set Namespace(value: string | null);
|
|
626
624
|
Order: int;
|
|
627
|
-
get Type(): Type |
|
|
628
|
-
set Type(value: Type |
|
|
625
|
+
get Type(): Type | null;
|
|
626
|
+
set Type(value: Type | null);
|
|
629
627
|
}
|
|
630
628
|
|
|
631
629
|
|
|
632
630
|
export const XmlElementAttribute: {
|
|
633
631
|
new(): XmlElementAttribute;
|
|
634
|
-
new(elementName: string): XmlElementAttribute;
|
|
635
|
-
new(type: Type): XmlElementAttribute;
|
|
636
|
-
new(elementName: string, type: Type): XmlElementAttribute;
|
|
632
|
+
new(elementName: string | null): XmlElementAttribute;
|
|
633
|
+
new(type: Type | null): XmlElementAttribute;
|
|
634
|
+
new(elementName: string | null, type: Type | null): XmlElementAttribute;
|
|
637
635
|
};
|
|
638
636
|
|
|
639
637
|
|
|
@@ -646,12 +644,12 @@ export interface XmlElementAttributes$instance extends CollectionBase {
|
|
|
646
644
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
647
645
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
648
646
|
|
|
649
|
-
Add(attribute: XmlElementAttribute): int;
|
|
650
|
-
Contains(attribute: XmlElementAttribute): boolean;
|
|
647
|
+
Add(attribute: XmlElementAttribute | null): int;
|
|
648
|
+
Contains(attribute: XmlElementAttribute | null): boolean;
|
|
651
649
|
CopyTo(array: XmlElementAttribute[], index: int): void;
|
|
652
|
-
IndexOf(attribute: XmlElementAttribute): int;
|
|
653
|
-
Insert(index: int, attribute: XmlElementAttribute): void;
|
|
654
|
-
Remove(attribute: XmlElementAttribute): void;
|
|
650
|
+
IndexOf(attribute: XmlElementAttribute | null): int;
|
|
651
|
+
Insert(index: int, attribute: XmlElementAttribute | null): void;
|
|
652
|
+
Remove(attribute: XmlElementAttribute | null): void;
|
|
655
653
|
}
|
|
656
654
|
|
|
657
655
|
|
|
@@ -676,7 +674,7 @@ export interface XmlElementEventArgs$instance extends EventArgs {
|
|
|
676
674
|
readonly ExpectedElements: string;
|
|
677
675
|
readonly LineNumber: int;
|
|
678
676
|
readonly LinePosition: int;
|
|
679
|
-
readonly ObjectBeingDeserialized:
|
|
677
|
+
readonly ObjectBeingDeserialized: JsValue | null;
|
|
680
678
|
}
|
|
681
679
|
|
|
682
680
|
|
|
@@ -689,14 +687,14 @@ export type XmlElementEventArgs = XmlElementEventArgs$instance;
|
|
|
689
687
|
export interface XmlEnumAttribute$instance extends Attribute {
|
|
690
688
|
readonly __tsonic_type_System_Xml_Serialization_XmlEnumAttribute: never;
|
|
691
689
|
|
|
692
|
-
get Name(): string |
|
|
693
|
-
set Name(value: string |
|
|
690
|
+
get Name(): string | null;
|
|
691
|
+
set Name(value: string | null);
|
|
694
692
|
}
|
|
695
693
|
|
|
696
694
|
|
|
697
695
|
export const XmlEnumAttribute: {
|
|
698
696
|
new(): XmlEnumAttribute;
|
|
699
|
-
new(name: string): XmlEnumAttribute;
|
|
697
|
+
new(name: string | null): XmlEnumAttribute;
|
|
700
698
|
};
|
|
701
699
|
|
|
702
700
|
|
|
@@ -718,13 +716,13 @@ export type XmlIgnoreAttribute = XmlIgnoreAttribute$instance;
|
|
|
718
716
|
export interface XmlIncludeAttribute$instance extends Attribute {
|
|
719
717
|
readonly __tsonic_type_System_Xml_Serialization_XmlIncludeAttribute: never;
|
|
720
718
|
|
|
721
|
-
get Type(): Type |
|
|
722
|
-
set Type(value: Type |
|
|
719
|
+
get Type(): Type | null;
|
|
720
|
+
set Type(value: Type | null);
|
|
723
721
|
}
|
|
724
722
|
|
|
725
723
|
|
|
726
724
|
export const XmlIncludeAttribute: {
|
|
727
|
-
new(type: Type): XmlIncludeAttribute;
|
|
725
|
+
new(type: Type | null): XmlIncludeAttribute;
|
|
728
726
|
};
|
|
729
727
|
|
|
730
728
|
|
|
@@ -734,9 +732,9 @@ export interface XmlMapping$instance {
|
|
|
734
732
|
readonly __tsonic_type_System_Xml_Serialization_XmlMapping: never;
|
|
735
733
|
|
|
736
734
|
readonly ElementName: string;
|
|
737
|
-
readonly Namespace: string |
|
|
735
|
+
readonly Namespace: string | null;
|
|
738
736
|
readonly XsdElementName: string;
|
|
739
|
-
SetKey(key: string): void;
|
|
737
|
+
SetKey(key: string | null): void;
|
|
740
738
|
}
|
|
741
739
|
|
|
742
740
|
|
|
@@ -753,10 +751,10 @@ export interface XmlMemberMapping$instance {
|
|
|
753
751
|
readonly CheckSpecified: boolean;
|
|
754
752
|
readonly ElementName: string;
|
|
755
753
|
readonly MemberName: string;
|
|
756
|
-
readonly Namespace: string |
|
|
754
|
+
readonly Namespace: string | null;
|
|
757
755
|
readonly TypeFullName: string;
|
|
758
|
-
readonly TypeName: string |
|
|
759
|
-
readonly TypeNamespace: string |
|
|
756
|
+
readonly TypeName: string | null;
|
|
757
|
+
readonly TypeNamespace: string | null;
|
|
760
758
|
readonly XsdElementName: string;
|
|
761
759
|
}
|
|
762
760
|
|
|
@@ -771,8 +769,8 @@ export interface XmlMembersMapping$instance extends XmlMapping {
|
|
|
771
769
|
readonly __tsonic_type_System_Xml_Serialization_XmlMembersMapping: never;
|
|
772
770
|
|
|
773
771
|
readonly Count: int;
|
|
774
|
-
readonly TypeName: string |
|
|
775
|
-
readonly TypeNamespace: string |
|
|
772
|
+
readonly TypeName: string | null;
|
|
773
|
+
readonly TypeNamespace: string | null;
|
|
776
774
|
}
|
|
777
775
|
|
|
778
776
|
|
|
@@ -804,8 +802,8 @@ export interface XmlNodeEventArgs$instance extends EventArgs {
|
|
|
804
802
|
readonly Name: string;
|
|
805
803
|
readonly NamespaceURI: string;
|
|
806
804
|
readonly NodeType: XmlNodeType;
|
|
807
|
-
readonly ObjectBeingDeserialized:
|
|
808
|
-
readonly Text: string |
|
|
805
|
+
readonly ObjectBeingDeserialized: JsValue | null;
|
|
806
|
+
readonly Text: string | null;
|
|
809
807
|
}
|
|
810
808
|
|
|
811
809
|
|
|
@@ -818,14 +816,14 @@ export type XmlNodeEventArgs = XmlNodeEventArgs$instance;
|
|
|
818
816
|
export interface XmlReflectionImporter$instance {
|
|
819
817
|
readonly __tsonic_type_System_Xml_Serialization_XmlReflectionImporter: never;
|
|
820
818
|
|
|
821
|
-
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean): XmlMembersMapping;
|
|
822
|
-
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, rpc: boolean): XmlMembersMapping;
|
|
823
|
-
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, rpc: boolean, openModel: boolean): XmlMembersMapping;
|
|
824
|
-
ImportMembersMapping(elementName: string, ns: string, members: XmlReflectionMember[], hasWrapperElement: boolean, rpc: boolean, openModel: boolean, access: XmlMappingAccess): XmlMembersMapping;
|
|
819
|
+
ImportMembersMapping(elementName: string | null, ns: string | null, members: XmlReflectionMember[], hasWrapperElement: boolean): XmlMembersMapping;
|
|
820
|
+
ImportMembersMapping(elementName: string | null, ns: string | null, members: XmlReflectionMember[], hasWrapperElement: boolean, rpc: boolean): XmlMembersMapping;
|
|
821
|
+
ImportMembersMapping(elementName: string | null, ns: string | null, members: XmlReflectionMember[], hasWrapperElement: boolean, rpc: boolean, openModel: boolean): XmlMembersMapping;
|
|
822
|
+
ImportMembersMapping(elementName: string | null, ns: string | null, members: XmlReflectionMember[], hasWrapperElement: boolean, rpc: boolean, openModel: boolean, access: XmlMappingAccess): XmlMembersMapping;
|
|
825
823
|
ImportTypeMapping(type: Type): XmlTypeMapping;
|
|
826
|
-
ImportTypeMapping(type: Type, defaultNamespace: string): XmlTypeMapping;
|
|
827
|
-
ImportTypeMapping(type: Type, root: XmlRootAttribute): XmlTypeMapping;
|
|
828
|
-
ImportTypeMapping(type: Type, root: XmlRootAttribute, defaultNamespace: string): XmlTypeMapping;
|
|
824
|
+
ImportTypeMapping(type: Type, defaultNamespace: string | null): XmlTypeMapping;
|
|
825
|
+
ImportTypeMapping(type: Type, root: XmlRootAttribute | null): XmlTypeMapping;
|
|
826
|
+
ImportTypeMapping(type: Type, root: XmlRootAttribute | null, defaultNamespace: string | null): XmlTypeMapping;
|
|
829
827
|
IncludeType(type: Type): void;
|
|
830
828
|
IncludeTypes(provider: ICustomAttributeProvider): void;
|
|
831
829
|
}
|
|
@@ -833,9 +831,9 @@ export interface XmlReflectionImporter$instance {
|
|
|
833
831
|
|
|
834
832
|
export const XmlReflectionImporter: {
|
|
835
833
|
new(): XmlReflectionImporter;
|
|
836
|
-
new(defaultNamespace: string): XmlReflectionImporter;
|
|
837
|
-
new(attributeOverrides: XmlAttributeOverrides): XmlReflectionImporter;
|
|
838
|
-
new(attributeOverrides: XmlAttributeOverrides, defaultNamespace: string): XmlReflectionImporter;
|
|
834
|
+
new(defaultNamespace: string | null): XmlReflectionImporter;
|
|
835
|
+
new(attributeOverrides: XmlAttributeOverrides | null): XmlReflectionImporter;
|
|
836
|
+
new(attributeOverrides: XmlAttributeOverrides | null, defaultNamespace: string | null): XmlReflectionImporter;
|
|
839
837
|
};
|
|
840
838
|
|
|
841
839
|
|
|
@@ -846,8 +844,8 @@ export interface XmlReflectionMember$instance {
|
|
|
846
844
|
|
|
847
845
|
IsReturnValue: boolean;
|
|
848
846
|
MemberName: string;
|
|
849
|
-
get MemberType(): Type |
|
|
850
|
-
set MemberType(value: Type |
|
|
847
|
+
get MemberType(): Type | null;
|
|
848
|
+
set MemberType(value: Type | null);
|
|
851
849
|
OverrideIsNullable: boolean;
|
|
852
850
|
SoapAttributes: SoapAttributes;
|
|
853
851
|
XmlAttributes: XmlAttributes;
|
|
@@ -867,8 +865,8 @@ export interface XmlRootAttribute$instance extends Attribute {
|
|
|
867
865
|
DataType: string;
|
|
868
866
|
ElementName: string;
|
|
869
867
|
IsNullable: boolean;
|
|
870
|
-
get Namespace(): string |
|
|
871
|
-
set Namespace(value: string |
|
|
868
|
+
get Namespace(): string | null;
|
|
869
|
+
set Namespace(value: string | null);
|
|
872
870
|
}
|
|
873
871
|
|
|
874
872
|
|
|
@@ -910,12 +908,12 @@ export type XmlSchemaEnumerator = XmlSchemaEnumerator$instance & __XmlSchemaEnum
|
|
|
910
908
|
export interface XmlSchemaExporter$instance {
|
|
911
909
|
readonly __tsonic_type_System_Xml_Serialization_XmlSchemaExporter: never;
|
|
912
910
|
|
|
913
|
-
ExportAnyType(ns: string): string;
|
|
914
|
-
ExportAnyType(members: XmlMembersMapping): string |
|
|
911
|
+
ExportAnyType(ns: string | null): string;
|
|
912
|
+
ExportAnyType(members: XmlMembersMapping): string | null;
|
|
915
913
|
ExportMembersMapping(xmlMembersMapping: XmlMembersMapping): void;
|
|
916
914
|
ExportMembersMapping(xmlMembersMapping: XmlMembersMapping, exportEnclosingType: boolean): void;
|
|
917
915
|
ExportTypeMapping(xmlTypeMapping: XmlTypeMapping): void;
|
|
918
|
-
ExportTypeMapping(xmlMembersMapping: XmlMembersMapping): XmlQualifiedName |
|
|
916
|
+
ExportTypeMapping(xmlMembersMapping: XmlMembersMapping): XmlQualifiedName | null;
|
|
919
917
|
}
|
|
920
918
|
|
|
921
919
|
|
|
@@ -929,23 +927,23 @@ export type XmlSchemaExporter = XmlSchemaExporter$instance;
|
|
|
929
927
|
export interface XmlSchemaImporter$instance extends SchemaImporter {
|
|
930
928
|
readonly __tsonic_type_System_Xml_Serialization_XmlSchemaImporter: never;
|
|
931
929
|
|
|
932
|
-
ImportAnyType(typeName: XmlQualifiedName, elementName: string): XmlMembersMapping |
|
|
933
|
-
ImportDerivedTypeMapping(name: XmlQualifiedName, baseType: Type): XmlTypeMapping;
|
|
934
|
-
ImportDerivedTypeMapping(name: XmlQualifiedName, baseType: Type, baseTypeCanBeIndirect: boolean): XmlTypeMapping;
|
|
930
|
+
ImportAnyType(typeName: XmlQualifiedName, elementName: string): XmlMembersMapping | null;
|
|
931
|
+
ImportDerivedTypeMapping(name: XmlQualifiedName, baseType: Type | null): XmlTypeMapping;
|
|
932
|
+
ImportDerivedTypeMapping(name: XmlQualifiedName, baseType: Type | null, baseTypeCanBeIndirect: boolean): XmlTypeMapping;
|
|
935
933
|
ImportMembersMapping(name: XmlQualifiedName): XmlMembersMapping;
|
|
936
934
|
ImportMembersMapping(names: XmlQualifiedName[]): XmlMembersMapping;
|
|
937
|
-
ImportMembersMapping(names: XmlQualifiedName[], baseType: Type, baseTypeCanBeIndirect: boolean): XmlMembersMapping;
|
|
938
|
-
ImportMembersMapping(name: string, ns: string, members: SoapSchemaMember[]): XmlMembersMapping;
|
|
935
|
+
ImportMembersMapping(names: XmlQualifiedName[], baseType: Type | null, baseTypeCanBeIndirect: boolean): XmlMembersMapping;
|
|
936
|
+
ImportMembersMapping(name: string, ns: string | null, members: SoapSchemaMember[]): XmlMembersMapping;
|
|
939
937
|
ImportSchemaType(typeName: XmlQualifiedName): XmlTypeMapping;
|
|
940
|
-
ImportSchemaType(typeName: XmlQualifiedName, baseType: Type): XmlTypeMapping;
|
|
941
|
-
ImportSchemaType(typeName: XmlQualifiedName, baseType: Type, baseTypeCanBeIndirect: boolean): XmlTypeMapping;
|
|
938
|
+
ImportSchemaType(typeName: XmlQualifiedName, baseType: Type | null): XmlTypeMapping;
|
|
939
|
+
ImportSchemaType(typeName: XmlQualifiedName, baseType: Type | null, baseTypeCanBeIndirect: boolean): XmlTypeMapping;
|
|
942
940
|
ImportTypeMapping(name: XmlQualifiedName): XmlTypeMapping;
|
|
943
941
|
}
|
|
944
942
|
|
|
945
943
|
|
|
946
944
|
export const XmlSchemaImporter: {
|
|
947
945
|
new(schemas: XmlSchemas): XmlSchemaImporter;
|
|
948
|
-
new(schemas: XmlSchemas, typeIdentifiers: CodeIdentifiers): XmlSchemaImporter;
|
|
946
|
+
new(schemas: XmlSchemas, typeIdentifiers: CodeIdentifiers | null): XmlSchemaImporter;
|
|
949
947
|
};
|
|
950
948
|
|
|
951
949
|
|
|
@@ -955,12 +953,12 @@ export interface XmlSchemaProviderAttribute$instance extends Attribute {
|
|
|
955
953
|
readonly __tsonic_type_System_Xml_Serialization_XmlSchemaProviderAttribute: never;
|
|
956
954
|
|
|
957
955
|
IsAny: boolean;
|
|
958
|
-
readonly MethodName: string |
|
|
956
|
+
readonly MethodName: string | null;
|
|
959
957
|
}
|
|
960
958
|
|
|
961
959
|
|
|
962
960
|
export const XmlSchemaProviderAttribute: {
|
|
963
|
-
new(methodName: string): XmlSchemaProviderAttribute;
|
|
961
|
+
new(methodName: string | null): XmlSchemaProviderAttribute;
|
|
964
962
|
};
|
|
965
963
|
|
|
966
964
|
|
|
@@ -976,23 +974,23 @@ export interface XmlSchemas$instance extends CollectionBase {
|
|
|
976
974
|
|
|
977
975
|
readonly IsCompiled: boolean;
|
|
978
976
|
Add(schema: XmlSchema): int;
|
|
979
|
-
Add(schema: XmlSchema, baseUri: Uri): int;
|
|
977
|
+
Add(schema: XmlSchema, baseUri: Uri | null): int;
|
|
980
978
|
Add(schemas: XmlSchemas): void;
|
|
981
979
|
AddReference(schema: XmlSchema): void;
|
|
982
|
-
Compile(handler: ValidationEventHandler, fullCompile: boolean): void;
|
|
980
|
+
Compile(handler: ValidationEventHandler | null, fullCompile: boolean): void;
|
|
983
981
|
Contains(schema: XmlSchema): boolean;
|
|
984
|
-
Contains(targetNamespace: string): boolean;
|
|
982
|
+
Contains(targetNamespace: string | null): boolean;
|
|
985
983
|
CopyTo(array: XmlSchema[], index: int): void;
|
|
986
|
-
Find(name: XmlQualifiedName, type: Type):
|
|
984
|
+
Find(name: XmlQualifiedName, type: Type): JsValue | null;
|
|
987
985
|
get_Item(index: int): XmlSchema;
|
|
988
|
-
get_Item(ns: string): XmlSchema |
|
|
989
|
-
GetSchemas(ns: string): IList;
|
|
986
|
+
get_Item(ns: string): XmlSchema | null;
|
|
987
|
+
GetSchemas(ns: string | null): IList;
|
|
990
988
|
IndexOf(schema: XmlSchema): int;
|
|
991
989
|
Insert(index: int, schema: XmlSchema): void;
|
|
992
990
|
OnClear(): void;
|
|
993
|
-
OnInsert(index: int, value:
|
|
994
|
-
OnRemove(index: int, value:
|
|
995
|
-
OnSet(index: int, oldValue:
|
|
991
|
+
OnInsert(index: int, value: JsValue | null): void;
|
|
992
|
+
OnRemove(index: int, value: JsValue | null): void;
|
|
993
|
+
OnSet(index: int, oldValue: JsValue | null, newValue: JsValue | null): void;
|
|
996
994
|
Remove(schema: XmlSchema): void;
|
|
997
995
|
set_Item(index: int, value: XmlSchema): void;
|
|
998
996
|
}
|
|
@@ -1035,9 +1033,9 @@ export interface XmlSerializationReader$instance extends XmlSerializationGenerat
|
|
|
1035
1033
|
|
|
1036
1034
|
|
|
1037
1035
|
export const XmlSerializationReader: (abstract new() => XmlSerializationReader) & {
|
|
1038
|
-
ResolveDynamicAssembly(assemblyFullName: string): Assembly |
|
|
1039
|
-
ToByteArrayBase64(value: string): byte[] |
|
|
1040
|
-
ToByteArrayHex(value: string): byte[] |
|
|
1036
|
+
ResolveDynamicAssembly(assemblyFullName: string): Assembly | null;
|
|
1037
|
+
ToByteArrayBase64(value: string | null): byte[] | null;
|
|
1038
|
+
ToByteArrayHex(value: string | null): byte[] | null;
|
|
1041
1039
|
ToChar(value: string): char;
|
|
1042
1040
|
ToDate(value: string): DateTime;
|
|
1043
1041
|
ToDateOnly(value: string): DateOnly;
|
|
@@ -1046,15 +1044,49 @@ export const XmlSerializationReader: (abstract new() => XmlSerializationReader)
|
|
|
1046
1044
|
ToTime(value: string): DateTime;
|
|
1047
1045
|
ToTimeOnly(value: string): TimeOnly;
|
|
1048
1046
|
ToTimeOnlyIgnoreOffset(value: string): TimeOnly;
|
|
1049
|
-
ToXmlName(value: string): string |
|
|
1050
|
-
ToXmlNCName(value: string): string |
|
|
1051
|
-
ToXmlNmToken(value: string): string |
|
|
1052
|
-
ToXmlNmTokens(value: string): string |
|
|
1047
|
+
ToXmlName(value: string | null): string | null;
|
|
1048
|
+
ToXmlNCName(value: string | null): string | null;
|
|
1049
|
+
ToXmlNmToken(value: string | null): string | null;
|
|
1050
|
+
ToXmlNmTokens(value: string | null): string | null;
|
|
1053
1051
|
};
|
|
1054
1052
|
|
|
1055
1053
|
|
|
1056
1054
|
export type XmlSerializationReader = XmlSerializationReader$instance;
|
|
1057
1055
|
|
|
1056
|
+
export interface XmlSerializationReader_CollectionFixup$instance {
|
|
1057
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializationReader_CollectionFixup: never;
|
|
1058
|
+
|
|
1059
|
+
readonly Callback: XmlSerializationCollectionFixupCallback;
|
|
1060
|
+
readonly Collection: JsValue | null;
|
|
1061
|
+
readonly CollectionItems: JsValue;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
export const XmlSerializationReader_CollectionFixup: {
|
|
1066
|
+
new(collection: JsValue | null, callback: XmlSerializationCollectionFixupCallback, collectionItems: JsValue): XmlSerializationReader_CollectionFixup;
|
|
1067
|
+
};
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
export type XmlSerializationReader_CollectionFixup = XmlSerializationReader_CollectionFixup$instance;
|
|
1071
|
+
|
|
1072
|
+
export interface XmlSerializationReader_Fixup$instance {
|
|
1073
|
+
readonly __tsonic_type_System_Xml_Serialization_XmlSerializationReader_Fixup: never;
|
|
1074
|
+
|
|
1075
|
+
readonly Callback: XmlSerializationFixupCallback;
|
|
1076
|
+
readonly Ids: (string | null)[] | null;
|
|
1077
|
+
get Source(): JsValue | null;
|
|
1078
|
+
set Source(value: JsValue | null);
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
export const XmlSerializationReader_Fixup: {
|
|
1083
|
+
new(o: JsValue | null, callback: XmlSerializationFixupCallback, count: int): XmlSerializationReader_Fixup;
|
|
1084
|
+
new(o: JsValue | null, callback: XmlSerializationFixupCallback, ids: (string | null)[] | null): XmlSerializationReader_Fixup;
|
|
1085
|
+
};
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
export type XmlSerializationReader_Fixup = XmlSerializationReader_Fixup$instance;
|
|
1089
|
+
|
|
1058
1090
|
export interface XmlSerializationWriter$instance extends XmlSerializationGeneratedCode {
|
|
1059
1091
|
readonly __tsonic_type_System_Xml_Serialization_XmlSerializationWriter: never;
|
|
1060
1092
|
|
|
@@ -1064,7 +1096,7 @@ export interface XmlSerializationWriter$instance extends XmlSerializationGenerat
|
|
|
1064
1096
|
|
|
1065
1097
|
export const XmlSerializationWriter: (abstract new() => XmlSerializationWriter) & {
|
|
1066
1098
|
FromByteArrayBase64(value: byte[]): byte[];
|
|
1067
|
-
FromByteArrayHex(value: byte[]): string |
|
|
1099
|
+
FromByteArrayHex(value: byte[] | null): string | null;
|
|
1068
1100
|
FromChar(value: char): string;
|
|
1069
1101
|
FromDate(value: DateTime): string;
|
|
1070
1102
|
FromDateOnly(value: DateOnly): string;
|
|
@@ -1074,11 +1106,11 @@ export const XmlSerializationWriter: (abstract new() => XmlSerializationWriter)
|
|
|
1074
1106
|
FromTime(value: DateTime): string;
|
|
1075
1107
|
FromTimeOnly(value: TimeOnly): string;
|
|
1076
1108
|
FromTimeOnlyIgnoreOffset(value: TimeOnly): string;
|
|
1077
|
-
FromXmlName(name: string): string |
|
|
1078
|
-
FromXmlNCName(ncName: string): string |
|
|
1079
|
-
FromXmlNmToken(nmToken: string): string |
|
|
1080
|
-
FromXmlNmTokens(nmTokens: string): string |
|
|
1081
|
-
ResolveDynamicAssembly(assemblyFullName: string): Assembly |
|
|
1109
|
+
FromXmlName(name: string | null): string | null;
|
|
1110
|
+
FromXmlNCName(ncName: string | null): string | null;
|
|
1111
|
+
FromXmlNmToken(nmToken: string | null): string | null;
|
|
1112
|
+
FromXmlNmTokens(nmTokens: string | null): string | null;
|
|
1113
|
+
ResolveDynamicAssembly(assemblyFullName: string): Assembly | null;
|
|
1082
1114
|
};
|
|
1083
1115
|
|
|
1084
1116
|
|
|
@@ -1090,38 +1122,38 @@ export interface XmlSerializer$instance {
|
|
|
1090
1122
|
CanDeserialize(xmlReader: XmlReader): boolean;
|
|
1091
1123
|
CreateReader(): XmlSerializationReader;
|
|
1092
1124
|
CreateWriter(): XmlSerializationWriter;
|
|
1093
|
-
Deserialize(stream: Stream):
|
|
1094
|
-
Deserialize(textReader: TextReader):
|
|
1095
|
-
Deserialize(xmlReader: XmlReader):
|
|
1096
|
-
Deserialize(xmlReader: XmlReader, events: XmlDeserializationEvents):
|
|
1097
|
-
Deserialize(xmlReader: XmlReader, encodingStyle: string):
|
|
1098
|
-
Deserialize(xmlReader: XmlReader, encodingStyle: string, events: XmlDeserializationEvents):
|
|
1099
|
-
Deserialize(reader: XmlSerializationReader):
|
|
1100
|
-
Serialize(textWriter: TextWriter, o:
|
|
1101
|
-
Serialize(textWriter: TextWriter, o:
|
|
1102
|
-
Serialize(stream: Stream, o:
|
|
1103
|
-
Serialize(stream: Stream, o:
|
|
1104
|
-
Serialize(xmlWriter: XmlWriter, o:
|
|
1105
|
-
Serialize(xmlWriter: XmlWriter, o:
|
|
1106
|
-
Serialize(xmlWriter: XmlWriter, o:
|
|
1107
|
-
Serialize(xmlWriter: XmlWriter, o:
|
|
1108
|
-
Serialize(o:
|
|
1125
|
+
Deserialize(stream: Stream): JsValue | null;
|
|
1126
|
+
Deserialize(textReader: TextReader): JsValue | null;
|
|
1127
|
+
Deserialize(xmlReader: XmlReader): JsValue | null;
|
|
1128
|
+
Deserialize(xmlReader: XmlReader, events: XmlDeserializationEvents): JsValue | null;
|
|
1129
|
+
Deserialize(xmlReader: XmlReader, encodingStyle: string | null): JsValue | null;
|
|
1130
|
+
Deserialize(xmlReader: XmlReader, encodingStyle: string | null, events: XmlDeserializationEvents): JsValue | null;
|
|
1131
|
+
Deserialize(reader: XmlSerializationReader): JsValue;
|
|
1132
|
+
Serialize(textWriter: TextWriter, o: JsValue | null): void;
|
|
1133
|
+
Serialize(textWriter: TextWriter, o: JsValue | null, namespaces: XmlSerializerNamespaces | null): void;
|
|
1134
|
+
Serialize(stream: Stream, o: JsValue | null): void;
|
|
1135
|
+
Serialize(stream: Stream, o: JsValue | null, namespaces: XmlSerializerNamespaces | null): void;
|
|
1136
|
+
Serialize(xmlWriter: XmlWriter, o: JsValue | null): void;
|
|
1137
|
+
Serialize(xmlWriter: XmlWriter, o: JsValue | null, namespaces: XmlSerializerNamespaces | null): void;
|
|
1138
|
+
Serialize(xmlWriter: XmlWriter, o: JsValue | null, namespaces: XmlSerializerNamespaces | null, encodingStyle: string | null): void;
|
|
1139
|
+
Serialize(xmlWriter: XmlWriter, o: JsValue | null, namespaces: XmlSerializerNamespaces | null, encodingStyle: string | null, id: string | null): void;
|
|
1140
|
+
Serialize(o: JsValue | null, writer: XmlSerializationWriter): void;
|
|
1109
1141
|
}
|
|
1110
1142
|
|
|
1111
1143
|
|
|
1112
1144
|
export const XmlSerializer: {
|
|
1113
|
-
new(type: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string): XmlSerializer;
|
|
1114
|
-
new(type: Type, root: XmlRootAttribute): XmlSerializer;
|
|
1115
|
-
new(type: Type, extraTypes: Type[]): XmlSerializer;
|
|
1116
|
-
new(type: Type, overrides: XmlAttributeOverrides): XmlSerializer;
|
|
1145
|
+
new(type: Type, overrides: XmlAttributeOverrides | null, extraTypes: Type[] | null, root: XmlRootAttribute | null, defaultNamespace: string | null): XmlSerializer;
|
|
1146
|
+
new(type: Type, root: XmlRootAttribute | null): XmlSerializer;
|
|
1147
|
+
new(type: Type, extraTypes: Type[] | null): XmlSerializer;
|
|
1148
|
+
new(type: Type, overrides: XmlAttributeOverrides | null): XmlSerializer;
|
|
1117
1149
|
new(xmlTypeMapping: XmlTypeMapping): XmlSerializer;
|
|
1118
1150
|
new(type: Type): XmlSerializer;
|
|
1119
|
-
new(type: Type, defaultNamespace: string): XmlSerializer;
|
|
1120
|
-
new(type: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string, location: string): XmlSerializer;
|
|
1121
|
-
FromMappings(mappings: XmlMapping[], type: Type): (XmlSerializer |
|
|
1122
|
-
FromMappings(mappings: XmlMapping[]): (XmlSerializer |
|
|
1123
|
-
FromTypes(types: Type[]): (XmlSerializer |
|
|
1124
|
-
GetXmlSerializerAssemblyName(type: Type, defaultNamespace: string): string;
|
|
1151
|
+
new(type: Type, defaultNamespace: string | null): XmlSerializer;
|
|
1152
|
+
new(type: Type, overrides: XmlAttributeOverrides | null, extraTypes: Type[] | null, root: XmlRootAttribute | null, defaultNamespace: string | null, location: string | null): XmlSerializer;
|
|
1153
|
+
FromMappings(mappings: XmlMapping[] | null, type: Type | null): (XmlSerializer | null)[];
|
|
1154
|
+
FromMappings(mappings: XmlMapping[] | null): (XmlSerializer | null)[];
|
|
1155
|
+
FromTypes(types: Type[] | null): (XmlSerializer | null)[];
|
|
1156
|
+
GetXmlSerializerAssemblyName(type: Type, defaultNamespace: string | null): string;
|
|
1125
1157
|
GetXmlSerializerAssemblyName(type: Type): string;
|
|
1126
1158
|
};
|
|
1127
1159
|
|
|
@@ -1131,17 +1163,17 @@ export type XmlSerializer = XmlSerializer$instance;
|
|
|
1131
1163
|
export interface XmlSerializerAssemblyAttribute$instance extends Attribute {
|
|
1132
1164
|
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerAssemblyAttribute: never;
|
|
1133
1165
|
|
|
1134
|
-
get AssemblyName(): string |
|
|
1135
|
-
set AssemblyName(value: string |
|
|
1136
|
-
get CodeBase(): string |
|
|
1137
|
-
set CodeBase(value: string |
|
|
1166
|
+
get AssemblyName(): string | null;
|
|
1167
|
+
set AssemblyName(value: string | null);
|
|
1168
|
+
get CodeBase(): string | null;
|
|
1169
|
+
set CodeBase(value: string | null);
|
|
1138
1170
|
}
|
|
1139
1171
|
|
|
1140
1172
|
|
|
1141
1173
|
export const XmlSerializerAssemblyAttribute: {
|
|
1142
1174
|
new(): XmlSerializerAssemblyAttribute;
|
|
1143
|
-
new(assemblyName: string): XmlSerializerAssemblyAttribute;
|
|
1144
|
-
new(assemblyName: string, codeBase: string): XmlSerializerAssemblyAttribute;
|
|
1175
|
+
new(assemblyName: string | null): XmlSerializerAssemblyAttribute;
|
|
1176
|
+
new(assemblyName: string | null, codeBase: string | null): XmlSerializerAssemblyAttribute;
|
|
1145
1177
|
};
|
|
1146
1178
|
|
|
1147
1179
|
|
|
@@ -1150,14 +1182,14 @@ export type XmlSerializerAssemblyAttribute = XmlSerializerAssemblyAttribute$inst
|
|
|
1150
1182
|
export interface XmlSerializerFactory$instance {
|
|
1151
1183
|
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerFactory: never;
|
|
1152
1184
|
|
|
1153
|
-
CreateSerializer(type: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string): XmlSerializer;
|
|
1154
|
-
CreateSerializer(type: Type, root: XmlRootAttribute): XmlSerializer;
|
|
1155
|
-
CreateSerializer(type: Type, extraTypes: Type[]): XmlSerializer;
|
|
1156
|
-
CreateSerializer(type: Type, overrides: XmlAttributeOverrides): XmlSerializer;
|
|
1185
|
+
CreateSerializer(type: Type, overrides: XmlAttributeOverrides | null, extraTypes: Type[] | null, root: XmlRootAttribute | null, defaultNamespace: string | null): XmlSerializer;
|
|
1186
|
+
CreateSerializer(type: Type, root: XmlRootAttribute | null): XmlSerializer;
|
|
1187
|
+
CreateSerializer(type: Type, extraTypes: Type[] | null): XmlSerializer;
|
|
1188
|
+
CreateSerializer(type: Type, overrides: XmlAttributeOverrides | null): XmlSerializer;
|
|
1157
1189
|
CreateSerializer(xmlTypeMapping: XmlTypeMapping): XmlSerializer;
|
|
1158
1190
|
CreateSerializer(type: Type): XmlSerializer;
|
|
1159
|
-
CreateSerializer(type: Type, defaultNamespace: string): XmlSerializer;
|
|
1160
|
-
CreateSerializer(type: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string, location: string): XmlSerializer;
|
|
1191
|
+
CreateSerializer(type: Type, defaultNamespace: string | null): XmlSerializer;
|
|
1192
|
+
CreateSerializer(type: Type, overrides: XmlAttributeOverrides | null, extraTypes: Type[] | null, root: XmlRootAttribute | null, defaultNamespace: string | null, location: string | null): XmlSerializer;
|
|
1161
1193
|
}
|
|
1162
1194
|
|
|
1163
1195
|
|
|
@@ -1191,7 +1223,7 @@ export interface XmlSerializerNamespaces$instance {
|
|
|
1191
1223
|
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerNamespaces: never;
|
|
1192
1224
|
|
|
1193
1225
|
readonly Count: int;
|
|
1194
|
-
Add(prefix: string, ns: string): void;
|
|
1226
|
+
Add(prefix: string, ns: string | null): void;
|
|
1195
1227
|
ToArray(): XmlQualifiedName[];
|
|
1196
1228
|
}
|
|
1197
1229
|
|
|
@@ -1208,20 +1240,20 @@ export type XmlSerializerNamespaces = XmlSerializerNamespaces$instance;
|
|
|
1208
1240
|
export interface XmlSerializerVersionAttribute$instance extends Attribute {
|
|
1209
1241
|
readonly __tsonic_type_System_Xml_Serialization_XmlSerializerVersionAttribute: never;
|
|
1210
1242
|
|
|
1211
|
-
get Namespace(): string |
|
|
1212
|
-
set Namespace(value: string |
|
|
1213
|
-
get ParentAssemblyId(): string |
|
|
1214
|
-
set ParentAssemblyId(value: string |
|
|
1215
|
-
get Type(): Type |
|
|
1216
|
-
set Type(value: Type |
|
|
1217
|
-
get Version(): string |
|
|
1218
|
-
set Version(value: string |
|
|
1243
|
+
get Namespace(): string | null;
|
|
1244
|
+
set Namespace(value: string | null);
|
|
1245
|
+
get ParentAssemblyId(): string | null;
|
|
1246
|
+
set ParentAssemblyId(value: string | null);
|
|
1247
|
+
get Type(): Type | null;
|
|
1248
|
+
set Type(value: Type | null);
|
|
1249
|
+
get Version(): string | null;
|
|
1250
|
+
set Version(value: string | null);
|
|
1219
1251
|
}
|
|
1220
1252
|
|
|
1221
1253
|
|
|
1222
1254
|
export const XmlSerializerVersionAttribute: {
|
|
1223
1255
|
new(): XmlSerializerVersionAttribute;
|
|
1224
|
-
new(type: Type): XmlSerializerVersionAttribute;
|
|
1256
|
+
new(type: Type | null): XmlSerializerVersionAttribute;
|
|
1225
1257
|
};
|
|
1226
1258
|
|
|
1227
1259
|
|
|
@@ -1231,14 +1263,14 @@ export interface XmlTextAttribute$instance extends Attribute {
|
|
|
1231
1263
|
readonly __tsonic_type_System_Xml_Serialization_XmlTextAttribute: never;
|
|
1232
1264
|
|
|
1233
1265
|
DataType: string;
|
|
1234
|
-
get Type(): Type |
|
|
1235
|
-
set Type(value: Type |
|
|
1266
|
+
get Type(): Type | null;
|
|
1267
|
+
set Type(value: Type | null);
|
|
1236
1268
|
}
|
|
1237
1269
|
|
|
1238
1270
|
|
|
1239
1271
|
export const XmlTextAttribute: {
|
|
1240
1272
|
new(): XmlTextAttribute;
|
|
1241
|
-
new(type: Type): XmlTextAttribute;
|
|
1273
|
+
new(type: Type | null): XmlTextAttribute;
|
|
1242
1274
|
};
|
|
1243
1275
|
|
|
1244
1276
|
|
|
@@ -1249,15 +1281,15 @@ export interface XmlTypeAttribute$instance extends Attribute {
|
|
|
1249
1281
|
|
|
1250
1282
|
AnonymousType: boolean;
|
|
1251
1283
|
IncludeInSchema: boolean;
|
|
1252
|
-
get Namespace(): string |
|
|
1253
|
-
set Namespace(value: string |
|
|
1284
|
+
get Namespace(): string | null;
|
|
1285
|
+
set Namespace(value: string | null);
|
|
1254
1286
|
TypeName: string;
|
|
1255
1287
|
}
|
|
1256
1288
|
|
|
1257
1289
|
|
|
1258
1290
|
export const XmlTypeAttribute: {
|
|
1259
1291
|
new(): XmlTypeAttribute;
|
|
1260
|
-
new(typeName: string): XmlTypeAttribute;
|
|
1292
|
+
new(typeName: string | null): XmlTypeAttribute;
|
|
1261
1293
|
};
|
|
1262
1294
|
|
|
1263
1295
|
|
|
@@ -1268,8 +1300,8 @@ export interface XmlTypeMapping$instance extends XmlMapping {
|
|
|
1268
1300
|
|
|
1269
1301
|
readonly TypeFullName: string;
|
|
1270
1302
|
readonly TypeName: string;
|
|
1271
|
-
readonly XsdTypeName: string |
|
|
1272
|
-
readonly XsdTypeNamespace: string |
|
|
1303
|
+
readonly XsdTypeName: string | null;
|
|
1304
|
+
readonly XsdTypeNamespace: string | null;
|
|
1273
1305
|
}
|
|
1274
1306
|
|
|
1275
1307
|
|