Namespace EPiServer.Framework.Serialization.Json
Classes
CamelCaseStringEnumConverter
Json Converter for enum values that is sent as camelCased string
CasedStringEnumConverter
Abstract class for cased converter for enum values that should be converted to strings. Enum value is converted to string using implemtation in FormatValueString.
ContractResolver
Json contract resolver which is aware of injected properties
DateTimeConverter
JsonObjectSerializer
Used for serialization of object to/from JSON format.
LowerCaseStringEnumConverter
Json Converter for enum values that is sent as lower cased string
NameValueCollectionConverter
Custom converter for (de)serializing NameValueCollection
NotANumberConverter
Json converter that handles nullable types.
StringUtility
String utilities for Json contract resolvers and converters.
UpperCaseStringEnumConverter
Json Converter for enum values that is sent as upper cased string