Edit

Share via


DefaultTypeFilter Class

Definition

Type which allows any exception type to be resolved.

public sealed class DefaultTypeFilter : Orleans.Serialization.ITypeNameFilter
type DefaultTypeFilter = class
    interface ITypeNameFilter
Public NotInheritable Class DefaultTypeFilter
Implements ITypeNameFilter
Inheritance
DefaultTypeFilter
Implements

Constructors

DefaultTypeFilter()

Methods

IsTypeNameAllowed(String, String)

Determines whether the specified type name corresponds to a type which is allowed to be loaded, serialized, deserialized, etcetera.

Applies to