@tsonic/dotnet 0.5.2 → 0.6.0
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 +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -43,9 +43,11 @@ export class AssemblyLoadContext_ContextualReflectionScope$instance {
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
export interface __AssemblyLoadContext_ContextualReflectionScope$views {
|
|
46
|
-
|
|
46
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
+
export interface AssemblyLoadContext_ContextualReflectionScope$instance extends System_Internal.IDisposable$instance {}
|
|
50
|
+
|
|
49
51
|
export type AssemblyLoadContext_ContextualReflectionScope = AssemblyLoadContext_ContextualReflectionScope$instance & __AssemblyLoadContext_ContextualReflectionScope$views;
|
|
50
52
|
|
|
51
53
|
|
|
@@ -73,12 +75,12 @@ export class AssemblyLoadContext$instance {
|
|
|
73
75
|
startProfileOptimization(profile: string): void;
|
|
74
76
|
toString(): string;
|
|
75
77
|
unload(): void;
|
|
76
|
-
static readonly
|
|
77
|
-
static readonly
|
|
78
|
-
static readonly
|
|
79
|
-
static
|
|
80
|
-
static
|
|
81
|
-
static
|
|
78
|
+
static readonly default_: AssemblyLoadContext;
|
|
79
|
+
static readonly all: IEnumerable_1<AssemblyLoadContext>;
|
|
80
|
+
static readonly currentContextualReflectionContext: AssemblyLoadContext;
|
|
81
|
+
static enterContextualReflection(activating: Assembly): AssemblyLoadContext_ContextualReflectionScope;
|
|
82
|
+
static getAssemblyName(assemblyPath: string): AssemblyName;
|
|
83
|
+
static getLoadContext(assembly: Assembly): AssemblyLoadContext;
|
|
82
84
|
}
|
|
83
85
|
|
|
84
86
|
|
|
@@ -35,8 +35,8 @@ export type CLROf<T> =
|
|
|
35
35
|
T; // Identity fallback for non-primitive types
|
|
36
36
|
|
|
37
37
|
export class ObjectHandle$instance extends System_Internal.MarshalByRefObject$instance {
|
|
38
|
-
constructor(o:
|
|
39
|
-
unwrap():
|
|
38
|
+
constructor(o: unknown);
|
|
39
|
+
unwrap(): unknown;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
|
|
@@ -69,106 +69,108 @@ export enum StreamingContextStates {
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
export interface IDeserializationCallback$instance {
|
|
72
|
-
|
|
72
|
+
onDeserialization(sender: unknown): void;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
export type IDeserializationCallback = IDeserializationCallback$instance;
|
|
77
77
|
|
|
78
78
|
export interface IExtensibleDataObject$instance {
|
|
79
|
-
|
|
79
|
+
extensionData: ExtensionDataObject;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
export type IExtensibleDataObject = IExtensibleDataObject$instance;
|
|
84
84
|
|
|
85
85
|
export interface IFormatter$instance {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
86
|
+
surrogateSelector: ISurrogateSelector;
|
|
87
|
+
binder: SerializationBinder;
|
|
88
|
+
context: StreamingContext;
|
|
89
|
+
deserialize(serializationStream: Stream): unknown;
|
|
90
|
+
serialize(serializationStream: Stream, graph: unknown): void;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
export type IFormatter = IFormatter$instance;
|
|
95
95
|
|
|
96
96
|
export interface IFormatterConverter$instance {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
97
|
+
convert(value: unknown, type_: Type): unknown;
|
|
98
|
+
convert(value: unknown, typeCode: TypeCode): unknown;
|
|
99
|
+
toBoolean(value: unknown): boolean;
|
|
100
|
+
toByte(value: unknown): byte;
|
|
101
|
+
toChar(value: unknown): char;
|
|
102
|
+
toDateTime(value: unknown): DateTime;
|
|
103
|
+
toDecimal(value: unknown): decimal;
|
|
104
|
+
toDouble(value: unknown): double;
|
|
105
|
+
toInt16(value: unknown): short;
|
|
106
|
+
toInt32(value: unknown): int;
|
|
107
|
+
toInt64(value: unknown): long;
|
|
108
|
+
toSByte(value: unknown): sbyte;
|
|
109
|
+
toSingle(value: unknown): float;
|
|
110
|
+
toString(value: unknown): string;
|
|
111
|
+
toUInt16(value: unknown): ushort;
|
|
112
|
+
toUInt32(value: unknown): uint;
|
|
113
|
+
toUInt64(value: unknown): ulong;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
export type IFormatterConverter = IFormatterConverter$instance;
|
|
118
118
|
|
|
119
119
|
export interface IObjectReference$instance {
|
|
120
|
-
|
|
120
|
+
getRealObject(context: StreamingContext): unknown;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
export type IObjectReference = IObjectReference$instance;
|
|
125
125
|
|
|
126
126
|
export interface ISafeSerializationData$instance {
|
|
127
|
-
|
|
127
|
+
completeDeserialization(deserialized: unknown): void;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
export type ISafeSerializationData = ISafeSerializationData$instance;
|
|
132
132
|
|
|
133
133
|
export interface ISerializable$instance {
|
|
134
|
-
|
|
134
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
export type ISerializable = ISerializable$instance;
|
|
139
139
|
|
|
140
140
|
export interface ISerializationSurrogate$instance {
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
getObjectData(obj: unknown, info: SerializationInfo, context: StreamingContext): void;
|
|
142
|
+
setObjectData(obj: unknown, info: SerializationInfo, context: StreamingContext, selector: ISurrogateSelector): unknown;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
export type ISerializationSurrogate = ISerializationSurrogate$instance;
|
|
147
147
|
|
|
148
148
|
export interface ISerializationSurrogateProvider$instance {
|
|
149
|
-
|
|
150
|
-
|
|
149
|
+
getObjectToSerialize(obj: unknown, targetType: Type): unknown;
|
|
150
|
+
getSurrogateType(type_: Type): Type;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
export type ISerializationSurrogateProvider = ISerializationSurrogateProvider$instance;
|
|
155
155
|
|
|
156
|
-
export interface ISerializationSurrogateProvider2$instance {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
156
|
+
export interface ISerializationSurrogateProvider2$instance extends ISerializationSurrogateProvider {
|
|
157
|
+
getCustomDataToExport(memberInfo: MemberInfo, dataContractType: Type): unknown;
|
|
158
|
+
getCustomDataToExport(runtimeType: Type, dataContractType: Type): unknown;
|
|
159
|
+
getKnownCustomDataTypes(customDataTypes: Collection_1<Type>): void;
|
|
160
|
+
getObjectToSerialize(obj: unknown, targetType: Type): unknown;
|
|
161
|
+
getReferencedTypeOnImport(typeName: string, typeNamespace: string, customData: unknown): Type;
|
|
162
|
+
getSurrogateType(type_: Type): Type;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
|
|
166
|
+
export interface ISerializationSurrogateProvider2$instance extends ISerializationSurrogateProvider$instance {}
|
|
167
|
+
|
|
166
168
|
export type ISerializationSurrogateProvider2 = ISerializationSurrogateProvider2$instance;
|
|
167
169
|
|
|
168
170
|
export interface ISurrogateSelector$instance {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
171
|
+
chainSelector(selector: ISurrogateSelector): void;
|
|
172
|
+
getNextSelector(): ISurrogateSelector;
|
|
173
|
+
getSurrogate(type_: Type, context: StreamingContext, selector: { value: ref<ISurrogateSelector> }): ISerializationSurrogate;
|
|
172
174
|
}
|
|
173
175
|
|
|
174
176
|
|
|
@@ -180,16 +182,18 @@ export class DeserializationToken$instance {
|
|
|
180
182
|
|
|
181
183
|
|
|
182
184
|
export interface __DeserializationToken$views {
|
|
183
|
-
|
|
185
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
184
186
|
}
|
|
185
187
|
|
|
188
|
+
export interface DeserializationToken$instance extends System_Internal.IDisposable$instance {}
|
|
189
|
+
|
|
186
190
|
export type DeserializationToken = DeserializationToken$instance & __DeserializationToken$views;
|
|
187
191
|
|
|
188
192
|
|
|
189
193
|
export class SerializationEntry$instance {
|
|
190
194
|
readonly name: string;
|
|
191
195
|
readonly objectType: Type;
|
|
192
|
-
readonly value:
|
|
196
|
+
readonly value: unknown;
|
|
193
197
|
}
|
|
194
198
|
|
|
195
199
|
|
|
@@ -197,10 +201,10 @@ export type SerializationEntry = SerializationEntry$instance;
|
|
|
197
201
|
|
|
198
202
|
export class StreamingContext$instance {
|
|
199
203
|
constructor(state: StreamingContextStates);
|
|
200
|
-
constructor(state: StreamingContextStates, additional:
|
|
201
|
-
readonly context:
|
|
204
|
+
constructor(state: StreamingContextStates, additional: unknown);
|
|
205
|
+
readonly context: unknown;
|
|
202
206
|
readonly state: StreamingContextStates;
|
|
203
|
-
equals(obj:
|
|
207
|
+
equals(obj: unknown): boolean;
|
|
204
208
|
getHashCode(): int;
|
|
205
209
|
}
|
|
206
210
|
|
|
@@ -272,22 +276,22 @@ export class DataContractSerializer$instance extends XmlObjectSerializer$instanc
|
|
|
272
276
|
readonly serializeReadOnlyTypes: boolean;
|
|
273
277
|
isStartObject(reader: XmlReader): boolean;
|
|
274
278
|
isStartObject(reader: XmlDictionaryReader): boolean;
|
|
275
|
-
readObject(reader: XmlReader):
|
|
276
|
-
readObject(reader: XmlReader, verifyObjectName: boolean):
|
|
277
|
-
readObject(reader: XmlDictionaryReader, verifyObjectName: boolean):
|
|
278
|
-
readObject(reader: XmlDictionaryReader, verifyObjectName: boolean, dataContractResolver: DataContractResolver):
|
|
279
|
-
readObject(stream: Stream):
|
|
280
|
-
readObject(reader: XmlDictionaryReader):
|
|
279
|
+
readObject(reader: XmlReader): unknown;
|
|
280
|
+
readObject(reader: XmlReader, verifyObjectName: boolean): unknown;
|
|
281
|
+
readObject(reader: XmlDictionaryReader, verifyObjectName: boolean): unknown;
|
|
282
|
+
readObject(reader: XmlDictionaryReader, verifyObjectName: boolean, dataContractResolver: DataContractResolver): unknown;
|
|
283
|
+
readObject(stream: Stream): unknown;
|
|
284
|
+
readObject(reader: XmlDictionaryReader): unknown;
|
|
281
285
|
writeEndObject(writer: XmlWriter): void;
|
|
282
286
|
writeEndObject(writer: XmlDictionaryWriter): void;
|
|
283
|
-
writeObject(writer: XmlWriter, graph:
|
|
284
|
-
writeObject(writer: XmlDictionaryWriter, graph:
|
|
285
|
-
writeObject(stream: Stream, graph:
|
|
286
|
-
writeObject(writer: XmlDictionaryWriter, graph:
|
|
287
|
-
writeObjectContent(writer: XmlWriter, graph:
|
|
288
|
-
writeObjectContent(writer: XmlDictionaryWriter, graph:
|
|
289
|
-
writeStartObject(writer: XmlWriter, graph:
|
|
290
|
-
writeStartObject(writer: XmlDictionaryWriter, graph:
|
|
287
|
+
writeObject(writer: XmlWriter, graph: unknown): void;
|
|
288
|
+
writeObject(writer: XmlDictionaryWriter, graph: unknown, dataContractResolver: DataContractResolver): void;
|
|
289
|
+
writeObject(stream: Stream, graph: unknown): void;
|
|
290
|
+
writeObject(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
291
|
+
writeObjectContent(writer: XmlWriter, graph: unknown): void;
|
|
292
|
+
writeObjectContent(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
293
|
+
writeStartObject(writer: XmlWriter, graph: unknown): void;
|
|
294
|
+
writeStartObject(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
291
295
|
}
|
|
292
296
|
|
|
293
297
|
|
|
@@ -359,42 +363,44 @@ export abstract class Formatter$instance {
|
|
|
359
363
|
binder: SerializationBinder;
|
|
360
364
|
context: StreamingContext;
|
|
361
365
|
surrogateSelector: ISurrogateSelector;
|
|
362
|
-
abstract deserialize(serializationStream: Stream):
|
|
363
|
-
abstract serialize(serializationStream: Stream, graph:
|
|
366
|
+
abstract deserialize(serializationStream: Stream): unknown;
|
|
367
|
+
abstract serialize(serializationStream: Stream, graph: unknown): void;
|
|
364
368
|
}
|
|
365
369
|
|
|
366
370
|
|
|
367
371
|
export interface __Formatter$views {
|
|
368
|
-
|
|
372
|
+
As_IFormatter(): IFormatter$instance;
|
|
369
373
|
}
|
|
370
374
|
|
|
375
|
+
export interface Formatter$instance extends IFormatter$instance {}
|
|
376
|
+
|
|
371
377
|
export type Formatter = Formatter$instance & __Formatter$views;
|
|
372
378
|
|
|
373
379
|
|
|
374
380
|
export class FormatterConverter$instance {
|
|
375
381
|
constructor();
|
|
376
|
-
convert(value:
|
|
377
|
-
convert(value:
|
|
378
|
-
toBoolean(value:
|
|
379
|
-
toByte(value:
|
|
380
|
-
toChar(value:
|
|
381
|
-
toDateTime(value:
|
|
382
|
-
toDecimal(value:
|
|
383
|
-
toDouble(value:
|
|
384
|
-
toInt16(value:
|
|
385
|
-
toInt32(value:
|
|
386
|
-
toInt64(value:
|
|
387
|
-
toSByte(value:
|
|
388
|
-
toSingle(value:
|
|
389
|
-
toString(value:
|
|
390
|
-
toUInt16(value:
|
|
391
|
-
toUInt32(value:
|
|
392
|
-
toUInt64(value:
|
|
382
|
+
convert(value: unknown, type_: Type): unknown;
|
|
383
|
+
convert(value: unknown, typeCode: TypeCode): unknown;
|
|
384
|
+
toBoolean(value: unknown): boolean;
|
|
385
|
+
toByte(value: unknown): byte;
|
|
386
|
+
toChar(value: unknown): char;
|
|
387
|
+
toDateTime(value: unknown): DateTime;
|
|
388
|
+
toDecimal(value: unknown): decimal;
|
|
389
|
+
toDouble(value: unknown): double;
|
|
390
|
+
toInt16(value: unknown): short;
|
|
391
|
+
toInt32(value: unknown): int;
|
|
392
|
+
toInt64(value: unknown): long;
|
|
393
|
+
toSByte(value: unknown): sbyte;
|
|
394
|
+
toSingle(value: unknown): float;
|
|
395
|
+
toString(value: unknown): string;
|
|
396
|
+
toUInt16(value: unknown): ushort;
|
|
397
|
+
toUInt32(value: unknown): uint;
|
|
398
|
+
toUInt64(value: unknown): ulong;
|
|
393
399
|
}
|
|
394
400
|
|
|
395
401
|
|
|
396
402
|
export interface __FormatterConverter$views {
|
|
397
|
-
|
|
403
|
+
As_IFormatterConverter(): IFormatterConverter$instance;
|
|
398
404
|
}
|
|
399
405
|
|
|
400
406
|
export type FormatterConverter = FormatterConverter$instance & __FormatterConverter$views;
|
|
@@ -416,7 +422,7 @@ export class InvalidDataContractException$instance extends System_Internal.Excep
|
|
|
416
422
|
|
|
417
423
|
|
|
418
424
|
export interface __InvalidDataContractException$views {
|
|
419
|
-
|
|
425
|
+
As_ISerializable(): ISerializable$instance;
|
|
420
426
|
}
|
|
421
427
|
|
|
422
428
|
export type InvalidDataContractException = InvalidDataContractException$instance & __InvalidDataContractException$views;
|
|
@@ -434,8 +440,8 @@ export type KnownTypeAttribute = KnownTypeAttribute$instance;
|
|
|
434
440
|
|
|
435
441
|
export class ObjectIDGenerator$instance {
|
|
436
442
|
constructor();
|
|
437
|
-
getId(obj:
|
|
438
|
-
hasId(obj:
|
|
443
|
+
getId(obj: unknown, firstTime: { value: ref<boolean> }): long;
|
|
444
|
+
hasId(obj: unknown, firstTime: { value: ref<boolean> }): long;
|
|
439
445
|
}
|
|
440
446
|
|
|
441
447
|
|
|
@@ -444,17 +450,17 @@ export type ObjectIDGenerator = ObjectIDGenerator$instance;
|
|
|
444
450
|
export class ObjectManager$instance {
|
|
445
451
|
constructor(selector: ISurrogateSelector, context: StreamingContext);
|
|
446
452
|
doFixups(): void;
|
|
447
|
-
getObject(objectID: long):
|
|
453
|
+
getObject(objectID: long): unknown;
|
|
448
454
|
raiseDeserializationEvent(): void;
|
|
449
|
-
raiseOnDeserializingEvent(obj:
|
|
455
|
+
raiseOnDeserializingEvent(obj: unknown): void;
|
|
450
456
|
recordArrayElementFixup(arrayToBeFixed: long, index: int, objectRequired: long): void;
|
|
451
457
|
recordArrayElementFixup(arrayToBeFixed: long, indices: int[], objectRequired: long): void;
|
|
452
458
|
recordDelayedFixup(objectToBeFixed: long, memberName: string, objectRequired: long): void;
|
|
453
459
|
recordFixup(objectToBeFixed: long, member: MemberInfo, objectRequired: long): void;
|
|
454
|
-
registerObject(obj:
|
|
455
|
-
registerObject(obj:
|
|
456
|
-
registerObject(obj:
|
|
457
|
-
registerObject(obj:
|
|
460
|
+
registerObject(obj: unknown, objectID: long): void;
|
|
461
|
+
registerObject(obj: unknown, objectID: long, info: SerializationInfo): void;
|
|
462
|
+
registerObject(obj: unknown, objectID: long, info: SerializationInfo, idOfContainingObj: long, member: MemberInfo): void;
|
|
463
|
+
registerObject(obj: unknown, objectID: long, info: SerializationInfo, idOfContainingObj: long, member: MemberInfo, arrayIndex: int[]): void;
|
|
458
464
|
}
|
|
459
465
|
|
|
460
466
|
|
|
@@ -513,9 +519,9 @@ export abstract class SerializationBinder$instance {
|
|
|
513
519
|
export type SerializationBinder = SerializationBinder$instance;
|
|
514
520
|
|
|
515
521
|
export class SerializationEventHandler$instance extends Function {
|
|
516
|
-
constructor(object_:
|
|
517
|
-
beginInvoke(context: StreamingContext, callback: AsyncCallback, object_:
|
|
518
|
-
clone():
|
|
522
|
+
constructor(object_: unknown, method: nint);
|
|
523
|
+
beginInvoke(context: StreamingContext, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
524
|
+
clone(): unknown;
|
|
519
525
|
endInvoke(result: IAsyncResult): void;
|
|
520
526
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
521
527
|
invoke(context: StreamingContext): void;
|
|
@@ -523,8 +529,8 @@ export class SerializationEventHandler$instance extends Function {
|
|
|
523
529
|
|
|
524
530
|
|
|
525
531
|
export interface __SerializationEventHandler$views {
|
|
526
|
-
|
|
527
|
-
|
|
532
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
533
|
+
As_ISerializable(): ISerializable$instance;
|
|
528
534
|
}
|
|
529
535
|
|
|
530
536
|
export type SerializationEventHandler = SerializationEventHandler$instance & __SerializationEventHandler$views;
|
|
@@ -539,7 +545,7 @@ export class SerializationException$instance extends System_Internal.SystemExcep
|
|
|
539
545
|
|
|
540
546
|
|
|
541
547
|
export interface __SerializationException$views {
|
|
542
|
-
|
|
548
|
+
As_ISerializable(): ISerializable$instance;
|
|
543
549
|
}
|
|
544
550
|
|
|
545
551
|
export type SerializationException = SerializationException$instance & __SerializationException$views;
|
|
@@ -554,10 +560,10 @@ export class SerializationInfo$instance {
|
|
|
554
560
|
readonly isFullTypeNameSetExplicit: boolean;
|
|
555
561
|
readonly memberCount: int;
|
|
556
562
|
readonly objectType: Type;
|
|
557
|
-
addValue(name: string, value:
|
|
558
|
-
addValue(name: string, value:
|
|
563
|
+
addValue(name: string, value: unknown, type_: Type): void;
|
|
564
|
+
addValue(name: string, value: unknown): void;
|
|
559
565
|
addValue(name: string, value: boolean): void;
|
|
560
|
-
addValue(name: string, value:
|
|
566
|
+
addValue(name: string, value: char): void;
|
|
561
567
|
addValue(name: string, value: sbyte): void;
|
|
562
568
|
addValue(name: string, value: byte): void;
|
|
563
569
|
addValue(name: string, value: short): void;
|
|
@@ -572,7 +578,7 @@ export class SerializationInfo$instance {
|
|
|
572
578
|
addValue(name: string, value: DateTime): void;
|
|
573
579
|
getBoolean(name: string): boolean;
|
|
574
580
|
getByte(name: string): byte;
|
|
575
|
-
getChar(name: string):
|
|
581
|
+
getChar(name: string): char;
|
|
576
582
|
getDateTime(name: string): DateTime;
|
|
577
583
|
getDecimal(name: string): decimal;
|
|
578
584
|
getDouble(name: string): double;
|
|
@@ -586,26 +592,26 @@ export class SerializationInfo$instance {
|
|
|
586
592
|
getUInt16(name: string): ushort;
|
|
587
593
|
getUInt32(name: string): uint;
|
|
588
594
|
getUInt64(name: string): ulong;
|
|
589
|
-
getValue(name: string, type_: Type):
|
|
595
|
+
getValue(name: string, type_: Type): unknown;
|
|
590
596
|
setType(type_: Type): void;
|
|
591
|
-
static
|
|
597
|
+
static startDeserialization(): DeserializationToken;
|
|
592
598
|
}
|
|
593
599
|
|
|
594
600
|
|
|
595
601
|
export type SerializationInfo = SerializationInfo$instance;
|
|
596
602
|
|
|
597
603
|
export class SerializationInfoEnumerator$instance {
|
|
598
|
-
readonly current:
|
|
604
|
+
readonly current: SerializationEntry | unknown;
|
|
599
605
|
readonly name: string;
|
|
600
606
|
readonly objectType: Type;
|
|
601
|
-
readonly value:
|
|
607
|
+
readonly value: unknown;
|
|
602
608
|
moveNext(): boolean;
|
|
603
609
|
reset(): void;
|
|
604
610
|
}
|
|
605
611
|
|
|
606
612
|
|
|
607
613
|
export interface __SerializationInfoEnumerator$views {
|
|
608
|
-
|
|
614
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
609
615
|
}
|
|
610
616
|
|
|
611
617
|
export type SerializationInfoEnumerator = SerializationInfoEnumerator$instance & __SerializationInfoEnumerator$views;
|
|
@@ -614,7 +620,7 @@ export type SerializationInfoEnumerator = SerializationInfoEnumerator$instance &
|
|
|
614
620
|
export class SerializationObjectManager$instance {
|
|
615
621
|
constructor(context: StreamingContext);
|
|
616
622
|
raiseOnSerializedEvent(): void;
|
|
617
|
-
registerObject(obj:
|
|
623
|
+
registerObject(obj: unknown): void;
|
|
618
624
|
}
|
|
619
625
|
|
|
620
626
|
|
|
@@ -631,9 +637,11 @@ export class SurrogateSelector$instance {
|
|
|
631
637
|
|
|
632
638
|
|
|
633
639
|
export interface __SurrogateSelector$views {
|
|
634
|
-
|
|
640
|
+
As_ISurrogateSelector(): ISurrogateSelector$instance;
|
|
635
641
|
}
|
|
636
642
|
|
|
643
|
+
export interface SurrogateSelector$instance extends ISurrogateSelector$instance {}
|
|
644
|
+
|
|
637
645
|
export type SurrogateSelector = SurrogateSelector$instance & __SurrogateSelector$views;
|
|
638
646
|
|
|
639
647
|
|
|
@@ -646,20 +654,20 @@ export type TypeLoadExceptionHolder = TypeLoadExceptionHolder$instance;
|
|
|
646
654
|
export abstract class XmlObjectSerializer$instance {
|
|
647
655
|
isStartObject(reader: XmlReader): boolean;
|
|
648
656
|
isStartObject(reader: XmlDictionaryReader): boolean;
|
|
649
|
-
readObject(stream: Stream):
|
|
650
|
-
readObject(reader: XmlReader):
|
|
651
|
-
readObject(reader: XmlDictionaryReader):
|
|
652
|
-
readObject(reader: XmlReader, verifyObjectName: boolean):
|
|
653
|
-
readObject(reader: XmlDictionaryReader, verifyObjectName: boolean):
|
|
657
|
+
readObject(stream: Stream): unknown;
|
|
658
|
+
readObject(reader: XmlReader): unknown;
|
|
659
|
+
readObject(reader: XmlDictionaryReader): unknown;
|
|
660
|
+
readObject(reader: XmlReader, verifyObjectName: boolean): unknown;
|
|
661
|
+
readObject(reader: XmlDictionaryReader, verifyObjectName: boolean): unknown;
|
|
654
662
|
writeEndObject(writer: XmlDictionaryWriter): void;
|
|
655
663
|
writeEndObject(writer: XmlWriter): void;
|
|
656
|
-
writeObject(stream: Stream, graph:
|
|
657
|
-
writeObject(writer: XmlWriter, graph:
|
|
658
|
-
writeObject(writer: XmlDictionaryWriter, graph:
|
|
659
|
-
writeObjectContent(writer: XmlDictionaryWriter, graph:
|
|
660
|
-
writeObjectContent(writer: XmlWriter, graph:
|
|
661
|
-
writeStartObject(writer: XmlDictionaryWriter, graph:
|
|
662
|
-
writeStartObject(writer: XmlWriter, graph:
|
|
664
|
+
writeObject(stream: Stream, graph: unknown): void;
|
|
665
|
+
writeObject(writer: XmlWriter, graph: unknown): void;
|
|
666
|
+
writeObject(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
667
|
+
writeObjectContent(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
668
|
+
writeObjectContent(writer: XmlWriter, graph: unknown): void;
|
|
669
|
+
writeStartObject(writer: XmlDictionaryWriter, graph: unknown): void;
|
|
670
|
+
writeStartObject(writer: XmlWriter, graph: unknown): void;
|
|
663
671
|
}
|
|
664
672
|
|
|
665
673
|
|
|
@@ -685,82 +693,82 @@ export class XsdDataContractExporter$instance {
|
|
|
685
693
|
export type XsdDataContractExporter = XsdDataContractExporter$instance;
|
|
686
694
|
|
|
687
695
|
export abstract class DataContractSerializerExtensions$instance {
|
|
688
|
-
static
|
|
689
|
-
static
|
|
696
|
+
static getSerializationSurrogateProvider(serializer: DataContractSerializer): ISerializationSurrogateProvider;
|
|
697
|
+
static setSerializationSurrogateProvider(serializer: DataContractSerializer, provider: ISerializationSurrogateProvider): void;
|
|
690
698
|
}
|
|
691
699
|
|
|
692
700
|
|
|
693
701
|
export type DataContractSerializerExtensions = DataContractSerializerExtensions$instance;
|
|
694
702
|
|
|
695
703
|
export abstract class FormatterServices$instance {
|
|
696
|
-
static
|
|
697
|
-
static
|
|
698
|
-
static
|
|
699
|
-
static
|
|
700
|
-
static
|
|
701
|
-
static
|
|
702
|
-
static
|
|
703
|
-
static
|
|
704
|
-
static
|
|
704
|
+
static checkTypeSecurity(t: Type, securityLevel: TypeFilterLevel): void;
|
|
705
|
+
static getObjectData(obj: unknown, members: MemberInfo[]): unknown[];
|
|
706
|
+
static getSafeUninitializedObject(type_: Type): unknown;
|
|
707
|
+
static getSerializableMembers2(type_: Type, context: StreamingContext): MemberInfo[];
|
|
708
|
+
static getSerializableMembers2(type_: Type): MemberInfo[];
|
|
709
|
+
static getSurrogateForCyclicalReference(innerSurrogate: ISerializationSurrogate): ISerializationSurrogate;
|
|
710
|
+
static getTypeFromAssembly(assem: Assembly, name: string): Type;
|
|
711
|
+
static getUninitializedObject(type_: Type): unknown;
|
|
712
|
+
static populateObjectMembers(obj: unknown, members: MemberInfo[], data: unknown[]): unknown;
|
|
705
713
|
}
|
|
706
714
|
|
|
707
715
|
|
|
708
716
|
export type FormatterServices = FormatterServices$instance;
|
|
709
717
|
|
|
710
718
|
export abstract class JsonFormatGeneratorStatics$instance {
|
|
711
|
-
static readonly
|
|
712
|
-
static readonly
|
|
713
|
-
static readonly
|
|
714
|
-
static readonly
|
|
715
|
-
static readonly
|
|
716
|
-
static readonly
|
|
717
|
-
static readonly
|
|
718
|
-
static readonly
|
|
719
|
-
static readonly
|
|
720
|
-
static readonly
|
|
721
|
-
static readonly
|
|
722
|
-
static readonly
|
|
723
|
-
static readonly
|
|
724
|
-
static readonly
|
|
725
|
-
static readonly
|
|
726
|
-
static readonly
|
|
727
|
-
static readonly
|
|
728
|
-
static readonly
|
|
729
|
-
static readonly
|
|
730
|
-
static readonly
|
|
731
|
-
static readonly
|
|
732
|
-
static readonly
|
|
733
|
-
static readonly
|
|
734
|
-
static readonly
|
|
735
|
-
static readonly
|
|
736
|
-
static readonly
|
|
737
|
-
static readonly
|
|
738
|
-
static readonly
|
|
739
|
-
static readonly
|
|
740
|
-
static readonly
|
|
741
|
-
static readonly
|
|
742
|
-
static readonly
|
|
743
|
-
static readonly
|
|
744
|
-
static readonly
|
|
745
|
-
static readonly
|
|
746
|
-
static readonly
|
|
719
|
+
static readonly boxPointer: MethodInfo;
|
|
720
|
+
static readonly collectionItemNameProperty: PropertyInfo;
|
|
721
|
+
static readonly extensionDataObjectCtor: ConstructorInfo;
|
|
722
|
+
static readonly extensionDataProperty: PropertyInfo;
|
|
723
|
+
static readonly getCurrentMethod: MethodInfo;
|
|
724
|
+
static readonly getItemContractMethod: MethodInfo;
|
|
725
|
+
static readonly getJsonDataContractMethod: MethodInfo;
|
|
726
|
+
static readonly getJsonMemberIndexMethod: MethodInfo;
|
|
727
|
+
static readonly getRevisedItemContractMethod: MethodInfo;
|
|
728
|
+
static readonly getUninitializedObjectMethod: MethodInfo;
|
|
729
|
+
static readonly isStartElementMethod0: MethodInfo;
|
|
730
|
+
static readonly isStartElementMethod2: MethodInfo;
|
|
731
|
+
static readonly localNameProperty: PropertyInfo;
|
|
732
|
+
static readonly namespaceProperty: PropertyInfo;
|
|
733
|
+
static readonly moveNextMethod: MethodInfo;
|
|
734
|
+
static readonly moveToContentMethod: MethodInfo;
|
|
735
|
+
static readonly nodeTypeProperty: PropertyInfo;
|
|
736
|
+
static readonly onDeserializationMethod: MethodInfo;
|
|
737
|
+
static readonly readJsonValueMethod: MethodInfo;
|
|
738
|
+
static readonly serializationExceptionCtor: ConstructorInfo;
|
|
739
|
+
static readonly serInfoCtorArgs: Type[];
|
|
740
|
+
static readonly throwDuplicateMemberExceptionMethod: MethodInfo;
|
|
741
|
+
static readonly throwMissingRequiredMembersMethod: MethodInfo;
|
|
742
|
+
static readonly typeHandleProperty: PropertyInfo;
|
|
743
|
+
static readonly unboxPointer: MethodInfo;
|
|
744
|
+
static readonly useSimpleDictionaryFormatReadProperty: PropertyInfo;
|
|
745
|
+
static readonly useSimpleDictionaryFormatWriteProperty: PropertyInfo;
|
|
746
|
+
static readonly writeAttributeStringMethod: MethodInfo;
|
|
747
|
+
static readonly writeEndElementMethod: MethodInfo;
|
|
748
|
+
static readonly writeJsonISerializableMethod: MethodInfo;
|
|
749
|
+
static readonly writeJsonNameWithMappingMethod: MethodInfo;
|
|
750
|
+
static readonly writeJsonValueMethod: MethodInfo;
|
|
751
|
+
static readonly writeStartElementMethod: MethodInfo;
|
|
752
|
+
static readonly writeStartElementStringMethod: MethodInfo;
|
|
753
|
+
static readonly parseEnumMethod: MethodInfo;
|
|
754
|
+
static readonly getJsonMemberNameMethod: MethodInfo;
|
|
747
755
|
}
|
|
748
756
|
|
|
749
757
|
|
|
750
758
|
export type JsonFormatGeneratorStatics = JsonFormatGeneratorStatics$instance;
|
|
751
759
|
|
|
752
760
|
export abstract class XmlSerializableServices$instance {
|
|
753
|
-
static
|
|
754
|
-
static
|
|
755
|
-
static
|
|
761
|
+
static addDefaultSchema(schemas: XmlSchemaSet, typeQName: XmlQualifiedName): void;
|
|
762
|
+
static readNodes(xmlReader: XmlReader): XmlNode[];
|
|
763
|
+
static writeNodes(xmlWriter: XmlWriter, nodes: XmlNode[]): void;
|
|
756
764
|
}
|
|
757
765
|
|
|
758
766
|
|
|
759
767
|
export type XmlSerializableServices = XmlSerializableServices$instance;
|
|
760
768
|
|
|
761
769
|
export abstract class XPathQueryGenerator$instance {
|
|
762
|
-
static
|
|
763
|
-
static
|
|
770
|
+
static createFromDataContractSerializer2(type_: Type, pathToMember: MemberInfo[], rootElementXpath: StringBuilder, namespaces: { value: ref<XmlNamespaceManager> }): string;
|
|
771
|
+
static createFromDataContractSerializer2(type_: Type, pathToMember: MemberInfo[], namespaces: { value: ref<XmlNamespaceManager> }): string;
|
|
764
772
|
}
|
|
765
773
|
|
|
766
774
|
|