51 references to Serialize
Microsoft.AspNetCore.Components.Endpoints (13)
BrowserConfigurationJsonContext.BrowserConfiguration.g.cs (1)
156
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_LogLevel, NullableInt32);
BrowserConfigurationJsonContext.ServerBrowserOptions.g.cs (2)
130
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_ReconnectionMaxRetries, NullableInt32);
136
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_ReconnectionRetryIntervalMilliseconds, NullableInt32);
BrowserConfigurationJsonContext.SsrBrowserOptions.g.cs (2)
110
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_DisableDomPreservation, NullableBoolean);
116
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_CircuitInactivityTimeoutMs, NullableInt32);
JsonTempDataSerializerContext.ICollectionNullableBoolean.g.cs (1)
57
global::System.Text.Json.JsonSerializer.
Serialize
(writer, element, NullableBoolean);
JsonTempDataSerializerContext.ICollectionNullableDateTime.g.cs (1)
57
global::System.Text.Json.JsonSerializer.
Serialize
(writer, element, NullableDateTime);
JsonTempDataSerializerContext.ICollectionNullableGuid.g.cs (1)
57
global::System.Text.Json.JsonSerializer.
Serialize
(writer, element, NullableGuid);
JsonTempDataSerializerContext.ICollectionNullableInt32.g.cs (1)
57
global::System.Text.Json.JsonSerializer.
Serialize
(writer, element, NullableInt32);
JsonTempDataSerializerContext.IDictionaryStringNullableBoolean.g.cs (1)
58
global::System.Text.Json.JsonSerializer.
Serialize
(writer, entry.Value, NullableBoolean);
JsonTempDataSerializerContext.IDictionaryStringNullableDateTime.g.cs (1)
58
global::System.Text.Json.JsonSerializer.
Serialize
(writer, entry.Value, NullableDateTime);
JsonTempDataSerializerContext.IDictionaryStringNullableGuid.g.cs (1)
58
global::System.Text.Json.JsonSerializer.
Serialize
(writer, entry.Value, NullableGuid);
JsonTempDataSerializerContext.IDictionaryStringNullableInt32.g.cs (1)
58
global::System.Text.Json.JsonSerializer.
Serialize
(writer, entry.Value, NullableInt32);
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (2)
245
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Key, NullableComponentMarkerKey);
247
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Sequence, NullableInt32);
Microsoft.AspNetCore.Components.WebAssembly (4)
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
254
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Key, NullableComponentMarkerKey);
260
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Sequence, NullableInt32);
WebAssemblyJsonSerializerContext.RootComponentOperation.g.cs (2)
147
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Components.RootComponentOperation)value).Type, RootComponentOperationType);
153
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Marker, NullableComponentMarker);
Microsoft.AspNetCore.Components.WebView (3)
SourceGenerationContext.DictionaryStringStaticWebAssetNode.g.cs (1)
60
global::System.Text.Json.JsonSerializer.
Serialize
(writer, entry.Value, StaticWebAssetNode);
SourceGenerationContext.IDictionaryStringStaticWebAssetNode.g.cs (1)
60
global::System.Text.Json.JsonSerializer.
Serialize
(writer, entry.Value, StaticWebAssetNode);
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
115
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetManifest)value).Root, StaticWebAssetNode);
Microsoft.AspNetCore.Diagnostics (1)
ExtensionsExceptionJsonContext.ExceptionExtensionData.g.cs (1)
175
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Diagnostics.ExceptionExtensionData)value).RouteValues, RouteValueDictionary);
Microsoft.AspNetCore.Hosting (3)
SourceGenerationContext.DictionaryStringStaticWebAssetNode.g.cs (1)
60
global::System.Text.Json.JsonSerializer.
Serialize
(writer, entry.Value, StaticWebAssetNode);
SourceGenerationContext.IDictionaryStringStaticWebAssetNode.g.cs (1)
60
global::System.Text.Json.JsonSerializer.
Serialize
(writer, entry.Value, StaticWebAssetNode);
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
115
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetManifest)value).Root, StaticWebAssetNode);
Microsoft.AspNetCore.Http.Results.Tests (1)
TestJsonContext.JsonTodoArray.g.cs (1)
59
global::System.Text.Json.JsonSerializer.
Serialize
(writer, value[i], JsonTodo);
Microsoft.AspNetCore.Identity (24)
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (1)
167
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)value).Enable, NullableBoolean);
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (4)
159
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_AuthenticatorData, BufferSource);
165
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Signature, BufferSource);
171
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_UserHandle, BufferSource);
177
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_ClientDataJSON, BufferSource);
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (2)
136
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_AttestationObject, BufferSource);
148
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_ClientDataJSON, BufferSource);
IdentityJsonSerializerContext.CollectedClientData.g.cs (2)
204
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Challenge, BufferSource);
215
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_CrossOrigin, NullableBoolean);
IdentityJsonSerializerContext.PasskeyAssertionState.g.cs (1)
108
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Identity.PasskeyAssertionState)value).Challenge, ReadOnlyMemoryByte);
IdentityJsonSerializerContext.PasskeyAttestationState.g.cs (1)
111
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Identity.PasskeyAttestationState)value).Challenge, ReadOnlyMemoryByte);
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAssertionResponse.g.cs (2)
180
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Id, BufferSource);
188
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>)value).ClientExtensionResults, JsonElement);
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (2)
180
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Id, BufferSource);
188
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>)value).ClientExtensionResults, JsonElement);
IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (3)
319
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Challenge, BufferSource);
331
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Timeout, NullableUInt64);
366
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Extensions, NullableJsonElement);
IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (1)
143
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Id, BufferSource);
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (1)
110
global::System.Text.Json.JsonSerializer.
Serialize
(writer, ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters)value).Alg, COSEAlgorithmIdentifier);
IdentityJsonSerializerContext.PublicKeyCredentialRequestOptions.g.cs (3)
217
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Challenge, BufferSource);
223
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Timeout, NullableUInt64);
251
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Extensions, NullableJsonElement);
IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (1)
139
global::System.Text.Json.JsonSerializer.
Serialize
(writer, __value_Id, BufferSource);