Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SerializationProviderOptions.FallbackSerializationProvider Property

Definition

Namespace:
Orleans.Configuration
Assembly:
Orleans.Core.dll
Package:
Microsoft.Orleans.Core v2.4.5
Package:
Microsoft.Orleans.Core v3.6.5
Source:
SerializationProviderOptions.cs

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.

Serializer used if no serializer is found for a type.

public Type FallbackSerializationProvider { get; set; }
member this.FallbackSerializationProvider : Type with get, set
Public Property FallbackSerializationProvider As Type

Property Value

Applies to