ITypeFilter Interface

Definition

Functionality for allowing types to be loaded and to participate in serialization, deserialization, etcetera.

public interface ITypeFilter
type ITypeFilter = interface
Public Interface ITypeFilter
Derived

Methods

IsTypeAllowed(Type)

Determines whether the specified type is allowed to be serialized, deserialized, etcetera.

Applies to