TempDataSerializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes and deserializes the contents of ITempDataDictionary.
public ref class TempDataSerializer abstract
public abstract class TempDataSerializer
type TempDataSerializer = class
Public MustInherit Class TempDataSerializer
- Inheritance
-
TempDataSerializer
Constructors
TempDataSerializer() |
Methods
CanSerializeType(Type) |
Determines if the serializer supports the specified
Defaults to returning |
Deserialize(Byte[]) |
Deserializes |
Serialize(IDictionary<String,Object>) |
Serializes the contents of ITempDataDictionary. |