Namespace EPiServer.Data.Serialization
Classes
Constants
Constants used at serialization/deserialiation
DeserializingItemEventArgs
Raised when DDS serilalizer fins an objects which format has been replaced. An event handler is expected to recreate an object instance from the serialized format.
DynamicDataSerializer
Serializes and Deserializes Dynamic Data Store objects. The serialized format is XML.
IdentityStoreMap
Data class for mapping store id and name
SerializationEventArgs
Argument used when Serializing and Deserializing DynamicDataStore objects
SerializingItemEventArgs
Used when a object has been serialized by DDS serializer. An eventhandler has the possiblity to change the serialized item.