public interface ISurrogateSelector
|
ChainSelector | 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 | Finds the surrogate that represents the specified object's type, starting with the specified surrogate selector for the specified serialization context. |
void ChainSelector( |
selector
ISurrogateSelector GetNextSelector(); |
ISerializationSurrogate GetSurrogate( |
type
context
selector