Serialization.ISurrogateProvider Interface
Definition
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.
Extend ISerializationSurrogate with a "tester" method used by Serialization.SurrogateSelector.
public interface Serialization.ISurrogateProvider : System.Runtime.Serialization.ISerializationSurrogate
type Serialization.ISurrogateProvider = interface
interface ISerializationSurrogate
Public Interface Serialization.ISurrogateProvider
Implements ISerializationSurrogate
- Implements
Methods
Handles(Type, StreamingContext, Int32) |
Determine whether this surrogate provider handles this type. |