Namespace Umbraco.Cms.Infrastructure.Serialization
Classes
ContentJsonTypeResolverBase
JsonBlockValueConverter
JSON converter for block values, because block value layouts are strongly typed but different from implementation to implementation.
JsonBooleanConverter
Converts a boolean value to or from JSON, always converting a boolean like value (like 1
or 0
) to a boolean.
JsonDictionaryStringIgnoreCaseConverter <TValue>
Converts a dictionary with a string key to or from JSON, using the
JsonDictionaryStringInternIgnoreCaseConverter <TValue>
Converts a dictionary with a string key to or from JSON, using the
JsonObjectConverter
Converts an object to or from JSON.
JsonStringInternConverter
Converts a string to or from JSON, interning the string when reading.
JsonUdiConverter
Converts an Udi to or from JSON.
JsonUdiRangeConverter
Converts an Udi
JsonUniversalDateTimeConverter
Converts a DateTime value to or from JSON, always converting the value to Coordinated Universal Time (UTC) when reading.
ReadOnlyJsonConverter <T>
Converts an object or value from JSON.
SystemTextConfigurationEditorJsonSerializer
Provides functionality to serialize objects or value types to JSON and to deserialize JSON into objects or value types, used for data type configuration.
SystemTextJsonSerializer
Provides functionality to serialize objects or value types to JSON and to deserialize JSON into objects or value types.
SystemTextJsonSerializerBase
SystemTextWebhookJsonSerializer
Provides functionality to serialize objects or value types to JSON and to deserialize JSON into objects or value types.
WebhookJsonTypeResolver
WriteOnlyJsonConverter <T>
Converts an object or value to JSON.