Bewerken

Delen via


SerializationChoice Struct

Definition

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.

Applies to