SerializationChoice Struct
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.
Struct contains choice on streaming, storage deserializer and storage serializer
public struct SerializationChoice
type SerializationChoice = struct
Public Structure SerializationChoice
- Inheritance
-
SerializationChoice
Constructors
SerializationChoice(Boolean, IStorageDeserializer, IStorageSerializer) |
Implements "a tuple" that encodes the desired (de)serialization choice and streaming preference. |
Properties
Deserializer |
The IStorageDeserializer that should be used. |
PreferStreaming |
TRUE if streaming is preferred. |
Serializer |
/// The IStorageSerializer that should be used. |