Skip to content

AzureQueueJsonDataAdapterOptions.PreferJson

PreferJson

getset
View source
public bool PreferJson
Gets or sets a value indicating whether to prefer JSON serialization/deserialization first, then fallback to binary. When false, it will try binary serialization/deserialization first, then fallback to JSON.