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