https://arduinojson.org/
ArduinoJson: Efficient JSON serialization for embedded C++
ArduinoJson is a JSON library for Arduino, IoT, and any embedded C++ project. It supports JSON serialization, JSON deserialization, MessagePack, streams, and...
json serializationfor embeddedarduinojsonefficient
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonpropertyinfo.order?view=net-7.0
JsonPropertyInfo.Order Property (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Gets or sets the serialization order for the current property.
property systemjson serializationordertextmetadata
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonderivedtypeattribute.derivedtype?view=net-10.0
JsonDerivedTypeAttribute.DerivedType Property (System.Text.Json.Serialization) | Microsoft Learn
A derived type that should be supported in polymorphic serialization of the declared base type.
property systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonmetadataservices.decimalconverter?view=net-9.0
JsonMetadataServices.DecimalConverter Property (System.Text.Json.Serialization.Metadata) |...
Gets an object that converts Decimal values.
property systemjson serializationtextmetadata
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonattribute?view=netcore-3.0
JsonAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Provides the base class for serialization attributes.
class systemjson serializationtextmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonobjectcreationhandling?view=net-8.0
JsonObjectCreationHandling Enum (System.Text.Json.Serialization) | Microsoft Learn
Determines how deserialization will handle object creation for fields or properties.
json serializationenumsystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonextensiondataattribute?view=net-10.0
JsonExtensionDataAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/zh-cn/dotnet/api/system.text.json.serialization.jsonpropertynameattribute?view=net-10.0
JsonPropertyNameAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Specifies the property name that is present in the JSON when serializing and deserializing.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonconstructorattribute.-ctor?view=net-10.0&viewFallbackFrom=net-9.0-pp
JsonConstructorAttribute Constructor (System.Text.Json.Serialization) | Microsoft Learn
Initializes a new instance of JsonConstructorAttribute.
json serializationconstructorsystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonparameterinfovalues?view=net-10.0
JsonParameterInfoValues Class (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Provides information about a constructor parameter required for JSON deserialization.
class systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo-1?view=net-10.0
JsonTypeInfoT Class (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Provides JSON serialization-related metadata about a type.
class systemjson serializationtextmetadatamicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonignoreattribute?view=net-8.0
JsonIgnoreAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Prevents a property from being serialized or deserialized.
class systemjson serializationtextmicrosoftlearn
https://debasishg.blogspot.com/2009/08/json-serialization-for-scala-objects.html?showComment=1251820714610
Ruminations of a Programmer: JSON Serialization for Scala Objects
SJSON : JSON Serialization for Scala Objects has just been published on the Github . It uses the awesome dispatch-json of Nathan Hamblen as...
of ajson serializationruminationsprogrammerscala
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonconverter-1.writeaspropertyname?view=net-10.0
JsonConverterT.WriteAsPropertyName Method (System.Text.Json.Serialization) | Microsoft Learn
Writes a dictionary key as a JSON property name.
json serializationmethodsystemtextmicrosoft
https://learn.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo?view=net-10.0
JsonTypeInfo Class (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Provides JSON serialization-related metadata about a type.
class systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonincludeattribute.-ctor?view=net-10.0
JsonIncludeAttribute Constructor (System.Text.Json.Serialization) | Microsoft Learn
Initializes a new instance of JsonIncludeAttribute.
json serializationconstructorsystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonstringenumconverter?view=net-10.0
JsonStringEnumConverter Class (System.Text.Json.Serialization) | Microsoft Learn
Converts enumeration values to and from strings.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonstringenumconverter-1?view=net-10.0
JsonStringEnumConverterTEnum Class (System.Text.Json.Serialization) | Microsoft Learn
Converter to convert enums to and from strings.
class systemjson serializationtextmicrosoftlearn
https://learn.microsoft.com/cs-cz/dotnet/api/system.text.json.serialization.binarydatajsonconverter?view=net-10.0-pp&viewFallbackFrom=net-10.0
BinaryDataJsonConverter Class (System.Text.Json.Serialization) | Microsoft Learn
Serializes BinaryData instances as Base64 JSON strings.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referenceresolver.getreference?view=net-10.0
ReferenceResolver.GetReference(Object, Boolean) Method (System.Text.Json.Serialization) | Microsoft...
Gets the reference identifier of the specified value if exists; otherwise a new ID is assigned. This method gets called before a CLR object is written so we...
json serializationobjectbooleanmethodsystem
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonobjectinfovalues-1.objectcreator?view=net-10.0
JsonObjectInfoValuesT.ObjectCreator Property (System.Text.Json.Serialization.Metadata) |...
Gets or sets a mechanism to create an instance of the class or struct using a parameterless constructor during deserialization.
property systemjson serializationtextmetadata
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonconverter.canconvert?view=net-9.0
JsonConverter.CanConvert(Type) Method (System.Text.Json.Serialization) | Microsoft Learn
When overridden in a derived class, determines whether the converter instance can convert the specified object type.
json serializationtypemethodsystemtext
https://groups.google.com/a/chromium.org/g/blink-dev/c/ZUbw6XzeJEU/m/eNqXOHi5AAAJ
Intent to Ship: Web Authentication API: JSON serialization methods
intent to shipweb authenticationapi jsonserializationmethods
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo-1.createobject?view=net-10.0
JsonTypeInfoT.CreateObject Property (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Gets or sets a parameterless factory to be used on deserialization.
property systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.metadata.jsonmetadataservices.datetimeconverter?view=net-10.0
JsonMetadataServices.DateTimeConverter Property (System.Text.Json.Serialization.Metadata) |...
Gets an object that converts DateTime values.
property systemjson serializationtextmetadata
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonunmappedmemberhandling?view=net-10.0
JsonUnmappedMemberHandling Enum (System.Text.Json.Serialization) | Microsoft Learn
Determines how JsonSerializer handles JSON properties that cannot be mapped to a specific .NET member when deserializing object types.
json serializationenumsystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonconverter-1?view=net-10.0
JsonConverterT Class (System.Text.Json.Serialization) | Microsoft Learn
Converts an object or value to or from JSON.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonderivedtypeattribute.typediscriminator?view=net-9.0
JsonDerivedTypeAttribute.TypeDiscriminator Property (System.Text.Json.Serialization) | Microsoft...
The type discriminator identifier to be used for the serialization of the subtype.
property systemjson serializationtextmicrosoft
https://mobx.netlify.app/guides/json
JSON Serialization of Stores | MobX.dart
The package is a popular way to
json serializationstoresmobxdart
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization?view=net-9.0
System.Text.Json.Serialization Namespace | Microsoft Learn
Contains classes that are used to customize and extend serialization and deserialization of objects into JSON formatted documents or streams, either via an...
json serializationsystemtextnamespacemicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonpropertynameattribute.name?view=net-10.0
JsonPropertyNameAttribute.Name Property (System.Text.Json.Serialization) | Microsoft Learn
Gets the name of the property.
property systemjson serializationnametextmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonobjectcreationhandlingattribute?view=net-10.0
JsonObjectCreationHandlingAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Determines how deserialization handles object creation for fields or properties.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonconverterfactory.type?view=net-10.0
JsonConverterFactory.Type Property (System.Text.Json.Serialization) | Microsoft Learn
Gets the type being converted by the current converter instance.
property systemjson serializationtypetextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referencehandler-1?view=net-10.0&viewFallbackFrom=net-9.0-pp
ReferenceHandlerT Class (System.Text.Json.Serialization) | Microsoft Learn
Defines how the JsonSerializer deals with references on serialization and deserialization.
class systemjson serializationtextmicrosoftlearn
https://learn.microsoft.com/it-it/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo-1?view=net-10.0
JsonTypeInfoT Class (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Provides JSON serialization-related metadata about a type.
class systemjson serializationtextmetadatamicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonserializableattribute.generationmode?view=net-8.0
JsonSerializableAttribute.GenerationMode Property (System.Text.Json.Serialization) | Microsoft Learn
Gets or sets the mode that indicates what the source generator should generate for the type. If the value is Default, then the setting specified on...
property systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonignoreattribute?view=net-10.0
JsonIgnoreAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Prevents a property from being serialized or deserialized.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonignorecondition?view=net-7.0
JsonIgnoreCondition Enum (System.Text.Json.Serialization) | Microsoft Learn
Controls how the JsonIgnoreAttribute ignores properties on serialization and deserialization.
json serializationenumsystemtextmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo?view=net-10.0
JsonTypeInfo Class (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Provides JSON serialization-related metadata about a type.
class systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.ijsononserializing?view=net-10.0
IJsonOnSerializing Interface (System.Text.Json.Serialization) | Microsoft Learn
Specifies that the type should have its OnSerializing() method called before serialization occurs.
json serializationinterfacesystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo.createjsontypeinfo?view=net-10.0
JsonTypeInfo.CreateJsonTypeInfo Method (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Creates a blank JsonTypeInfo instance.
json serializationmethodsystemtextmetadata
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.metadata.jsonmetadataservices.objectconverter?view=net-10.0
JsonMetadataServices.ObjectConverter Property (System.Text.Json.Serialization.Metadata) | Microsoft...
Gets an object that converts Object values.
property systemjson serializationtextmetadatamicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonstringenumconverter-1.canconvert?view=net-8.0
JsonStringEnumConverterTEnum.CanConvert(Type) Method (System.Text.Json.Serialization) | Microsoft...
When overridden in a derived class, determines whether the converter instance can convert the specified object type.
json serializationtypemethodsystemtext
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonconverterfactory?view=net-10.0
JsonConverterFactory Class (System.Text.Json.Serialization) | Microsoft Learn
Supports converting several types by using a factory pattern.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonsourcegenerationoptionsattribute.newline?view=net-10.0
JsonSourceGenerationOptionsAttribute.NewLine Property (System.Text.Json.Serialization) | Microsoft...
Specifies the default value of NewLine when set.
property systemjson serializationnewlinetextmicrosoft
https://docs.microsoft.com/zh-cn/dotnet/api/system.text.json.serialization.jsonserializableattribute.generationmode?view=net-10.0
JsonSerializableAttribute.GenerationMode Property (System.Text.Json.Serialization) | Microsoft Learn
Gets or sets the mode that indicates what the source generator should generate for the type. If the value is Default, then the setting specified on...
property systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonserializercontext.gettypeinfo?view=net-10.0
JsonSerializerContext.GetTypeInfo(Type) Method (System.Text.Json.Serialization) | Microsoft Learn
Gets metadata for the specified type.
json serializationtypemethodsystemtext
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonsourcegenerationmode?view=net-6.0
JsonSourceGenerationMode Enum (System.Text.Json.Serialization) | Microsoft Learn
The generation mode for the System.Text.Json source generator.
json serializationenumsystemtextmicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonserializableattribute?view=net-10.0
JsonSerializableAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Instructs the System.Text.Json source generator to generate source code to help optimize performance when serializing and deserializing instances of the...
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonmetadataservices.int16converter?view=net-9.0
JsonMetadataServices.Int16Converter Property (System.Text.Json.Serialization.Metadata) | Microsoft...
Gets an object that converts Int16 values.
property systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referencehandler.preserve?view=net-6.0
ReferenceHandler.Preserve Property (System.Text.Json.Serialization) | Microsoft Learn
Gets an object that indicates whether metadata properties are honored when JSON objects and arrays are deserialized into reference types, and written when...
property systemjson serializationpreservetextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo.makereadonly?view=net-9.0
JsonTypeInfo.MakeReadOnly Method (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Locks the current instance for further modification.
json serializationmethodsystemtextmetadata
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referenceresolver.resolvereference?view=net-10.0
ReferenceResolver.ResolveReference(String) Method (System.Text.Json.Serialization) | Microsoft Learn
Returns the CLR reference type object related to the specified reference ID. This method is called when $ref metadata property is read.
json serializationstringmethodsystemtext
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonpropertyinfovalues-1.hasjsoninclude?view=net-10.0
JsonPropertyInfoValuesT.HasJsonInclude Property (System.Text.Json.Serialization.Metadata) |...
Whether the property was annotated with JsonIncludeAttribute.
property systemjson serializationtextmetadata
https://learn.microsoft.com/en-gb/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo-1?view=net-10.0
JsonTypeInfoT Class (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Provides JSON serialization-related metadata about a type.
class systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referencehandler.ignorecycles?view=net-10.0
ReferenceHandler.IgnoreCycles Property (System.Text.Json.Serialization) | Microsoft Learn
Gets an object that indicates whether an object is ignored when a reference cycle is detected during serialization.
property systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonpropertyorderattribute?view=net-10.0
JsonPropertyOrderAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Specifies the property order that is present in the JSON when serializing. Lower values are serialized first. If the attribute is not specified, the default...
class systemjson serializationtextmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonignoreattribute.condition?view=net-10.0
JsonIgnoreAttribute.Condition Property (System.Text.Json.Serialization) | Microsoft Learn
Gets or sets the condition that must be met before a property will be ignored.
property systemjson serializationconditiontextmicrosoft
https://docs.microsoft.com/zh-cn/dotnet/api/system.text.json.serialization.jsonunknowntypehandling?view=net-10.0
JsonUnknownTypeHandling Enum (System.Text.Json.Serialization) | Microsoft Learn
Defines how deserializing a type declared as an Object is handled during deserialization.
json serializationenumsystemtextmicrosoft
https://learn.microsoft.com/zh-cn/dotnet/api/system.text.json.serialization.binarydatajsonconverter?view=net-10.0-pp
BinaryDataJsonConverter Class (System.Text.Json.Serialization) | Microsoft Learn
Serializes BinaryData instances as Base64 JSON strings.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonmetadataservices?view=net-10.0
JsonMetadataServices Class (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Provides helpers to create and initialize metadata for JSON-serializable types.
class systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonobjectcreationhandlingattribute?view=net-10.0
JsonObjectCreationHandlingAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Determines how deserialization handles object creation for fields or properties.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonincludeattribute?view=net-10.0
JsonIncludeAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Indicates that the member should be included for serialization and deserialization.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsoncollectioninfovalues-1?view=net-10.0
JsonCollectionInfoValuesTCollection Class (System.Text.Json.Serialization.Metadata) | Microsoft...
Provides serialization metadata about a collection type.
class systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonconverter.canconvert?view=net-6.0
JsonConverter.CanConvert(Type) Method (System.Text.Json.Serialization) | Microsoft Learn
When overridden in a derived class, determines whether the converter instance can convert the specified object type.
json serializationtypemethodsystemtext
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referenceresolver?view=net-10.0
ReferenceResolver Class (System.Text.Json.Serialization) | Microsoft Learn
Defines how the JsonSerializer deals with references on serialization and deserialization. Defines the core behavior of preserving references on serialization...
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonunknowntypehandling?view=net-10.0
JsonUnknownTypeHandling Enum (System.Text.Json.Serialization) | Microsoft Learn
Defines how deserializing a type declared as an Object is handled during deserialization.
json serializationenumsystemtextmicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.metadata.jsonmetadataservices.int64converter?view=net-10.0
JsonMetadataServices.Int64Converter Property (System.Text.Json.Serialization.Metadata) | Microsoft...
Gets an object that converts Int64 values.
property systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonignoreattribute?view=net-10.0
JsonIgnoreAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Prevents a property from being serialized or deserialized.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute.name?view=netcore-3.0
JsonPropertyNameAttribute.Name Property (System.Text.Json.Serialization) | Microsoft Learn
Gets the name of the property.
property systemjson serializationnametextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonderivedtype?view=net-10.0
JsonDerivedType Struct (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Represents a supported derived type defined in the metadata of a polymorphic type.
json serializationstructsystemtextmetadata
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsonobjectinfovalues-1.serializehandler?view=net-10.0
JsonObjectInfoValuesT.SerializeHandler Property (System.Text.Json.Serialization.Metadata) |...
Gets or sets a serialization implementation for instances of the class or struct that assumes options specified by JsonSourceGenerationOptionsAttribute.
property systemjson serializationtextmetadata
https://learn.microsoft.com/zh-cn/dotnet/api/system.text.json.serialization?view=net-10.0-pp
System.Text.Json.Serialization Namespace | Microsoft Learn
Contains classes that are used to customize and extend serialization and deserialization of objects into JSON formatted documents or streams, either via an...
json serializationsystemtextnamespacemicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referencehandler.createresolver?view=net-6.0
ReferenceHandler.CreateResolver Method (System.Text.Json.Serialization) | Microsoft Learn
Returns the ReferenceResolver used for each serialization call.
json serializationmethodsystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonserializableattribute?view=net-10.0
JsonSerializableAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Instructs the System.Text.Json source generator to generate source code to help optimize performance when serializing and deserializing instances of the...
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referenceresolver.-ctor?view=net-10.0
ReferenceResolver Constructor (System.Text.Json.Serialization) | Microsoft Learn
Initializes a new instance of the ReferenceResolver class.
json serializationconstructorsystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.metadata.jsontypeinforesolver?view=net-10.0
JsonTypeInfoResolver Class (System.Text.Json.Serialization.Metadata) | Microsoft Learn
Contains utilities and combinators acting on IJsonTypeInfoResolver.
class systemjson serializationtextmetadatamicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonconverterattribute.createconverter?view=net-10.0
JsonConverterAttribute.CreateConverter(Type) Method (System.Text.Json.Serialization) | Microsoft...
When overridden in a derived class and ConverterType is null, allows the derived class to create a JsonConverter in order to pass additional state.
json serializationtypemethodsystemtext
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonincludeattribute?view=net-6.0
JsonIncludeAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
Indicates that the member should be included for serialization and deserialization.
class systemjson serializationtextmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonattribute.-ctor?view=net-9.0
JsonAttribute Constructor (System.Text.Json.Serialization) | Microsoft Learn
Creates a new instance of the JsonAttribute.
json serializationconstructorsystemtextmicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonunmappedmemberhandlingattribute?view=net-10.0
JsonUnmappedMemberHandlingAttribute Class (System.Text.Json.Serialization) | Microsoft Learn
When placed on a type, determines the JsonUnmappedMemberHandling configuration for the specific type, overriding the global UnmappedMemberHandling setting.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referenceresolver.addreference?view=net-10.0
ReferenceResolver.AddReference(String, Object) Method (System.Text.Json.Serialization) | Microsoft...
Adds an entry to the bag of references using the specified ID and value. This method gets called when an $id metadata property from a JSON object is read.
json serializationstringobjectmethodsystem
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization?view=net-6.0
System.Text.Json.Serialization Namespace | Microsoft Learn
Contains classes that are used to customize and extend serialization and deserialization of objects into JSON formatted documents or streams, either via an...
json serializationsystemtextnamespacemicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonconverter-1?view=net-5.0
JsonConverterT Class (System.Text.Json.Serialization) | Microsoft Learn
Converts an object or value to or from JSON.
class systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonextensiondataattribute.-ctor?view=net-10.0&viewFallbackFrom=net-8.0-pp
JsonExtensionDataAttribute Constructor (System.Text.Json.Serialization) | Microsoft Learn
Initializes a new instance of the JsonExtensionDataAttribute class.
json serializationconstructorsystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonunknownderivedtypehandling?view=net-10.0
JsonUnknownDerivedTypeHandling Enum (System.Text.Json.Serialization) | Microsoft Learn
Defines how objects of a derived runtime type that has not been explicitly declared for polymorphic serialization should be handled.
json serializationenumsystemtextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonsourcegenerationoptionsattribute.maxdepth?view=net-9.0&viewFallbackFrom=net-6.0
JsonSourceGenerationOptionsAttribute.MaxDepth Property (System.Text.Json.Serialization) | Microsoft...
Gets or sets the default value of MaxDepth.
property systemjson serializationtextmicrosoft
https://docs.microsoft.com/ja-jp/dotnet/api/system.text.json.serialization.jsonconverter-1.handlenull?view=net-10.0
JsonConverterT.HandleNull Property (System.Text.Json.Serialization) | Microsoft Learn
Gets a value that indicates whether null should be passed to the converter on serialization, and whether Null should be passed on deserialization.
property systemjson serializationtextmicrosoftlearn
https://lists.w3.org/Archives/Public/public-webauthn/2016Nov/0080.html
Re: [webauthn] "JSON serialization" in makeCredential probably needs to be defined more clearly...