EnableFallbackgetsetView sourcepublic bool EnableFallback Gets or sets a value indicating whether to enable fallback to binary serialization when JSON serialization fails. Default is true.
PreferJsongetsetView sourcepublic 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.