IStorageDeserializer Interface
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.
A canonical interface for a storage provider deserializer.
public interface IStorageDeserializer
type IStorageDeserializer = interface
Public Interface IStorageDeserializer
- Derived
Properties
CanStream |
Can this provider stream data. |
Tag |
An optional tag that a IStorageSerializationPicker or IStorageProvider provider can use to pick a deserializer. |
Methods
Deserialize(Object, Type) |
Deserializes the given data. |
Deserialize(Stream, Type) |
Deserializes the given data from a stream. |
Deserialize(TextReader, Type) |
Deserializes the given data from a text stream. |