Namespace Umbraco.Cms.Infrastructure.Serialization
Classes
AutoInterningStringConverter
When applied to a string or string collection field will ensure the deserialized strings are interned
AutoInterningStringKeyCaseInsensitiveDictionaryConverter <TValue>
When applied to a dictionary with a string key, will ensure the deserialized string keys are interned
CaseInsensitiveDictionaryConverter <T>
Marks dictionaries so they are deserialized as case-insensitive.
ConfigurationEditorJsonSerializer
ForceInt32Converter
FuzzyBooleanConverter
JsonNetSerializer
JsonObjectConverter
JsonReadConverter <T>
Provides a base class for custom
KnownTypeUdiJsonConverter
NoTypeConverterJsonConverter <T>
This is required if we want to force JSON.Net to not use .Net TypeConverters during serialization/deserialization