ITypeNameFilter Interface

Definition

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

public interface ITypeNameFilter
type ITypeNameFilter = interface
Public Interface ITypeNameFilter
Derived

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