The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ISurrogateSelector Interface
.NET Framework (current version)
Indicates a serialization surrogate selector class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ChainSelector(ISurrogateSelector^) | Specifies the next ISurrogateSelector for surrogates to examine if the current instance does not have a surrogate for the specified type and assembly in the specified context. |
![]() | GetNextSelector() | Returns the next surrogate selector in the chain. |
![]() | GetSurrogate(Type^, StreamingContext, ISurrogateSelector^%) | Finds the surrogate that represents the specified object's type, starting with the specified surrogate selector for the specified serialization context. |
Surrogate selectors implement the ISurrogateSelector interface to assist formatters in selecting surrogates to delegate to the serialization or deserialization of other objects.
.NET Framework
Available since 1.1
Available since 1.1
Show:
