System.Runtime.Serialization.SurrogateSelector: Method Members

The methods of System.Runtime.Serialization.SurrogateSelector are listed below. For a list of all members, see the SurrogateSelector Members list.

See Also: Inherited members from System.Object

Public Methods

AddSurrogate(Type, StreamingContext, ISerializationSurrogate)

Adds a surrogate to the list of checked surrogates.

ChainSelector(ISurrogateSelector)

Adds the specified System.Runtime.Serialization.ISurrogateSelector that can handle a particular object type to the list of surrogates.

GetNextSelector() : ISurrogateSelector

Returns the next selector on the chain of selectors.

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

Removes the surrogate associated with a given type.