System.Runtime.Serialization.ISurrogateSelector Members

The members of System.Runtime.Serialization.ISurrogateSelector are listed below.

Public Methods

ChainSelector(ISurrogateSelector)

Specifies the next System.Runtime.Serialization.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() : ISurrogateSelector

Returns the next surrogate selector in the chain.

GetSurrogate(Type, StreamingContext, out ISurrogateSelector) : ISerializationSurrogate
Documentation for this section has not yet been entered.