ISerializationSurrogateProvider 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.
Provides the methods needed to construct a serialization surrogate that extends the DataContractSerializer. A serialization surrogate is used during serialization and deserialization to substitute one type for another.
public interface class ISerializationSurrogateProvider
public interface ISerializationSurrogateProvider
type ISerializationSurrogateProvider = interface
Public Interface ISerializationSurrogateProvider
- Derived
Methods
GetDeserializedObject(Object, Type) |
During deserialization, returns an object that is a substitute for the specified object. |
GetObjectToSerialize(Object, Type) |
During serialization, returns an object that substitutes the specified object. |
GetSurrogateType(Type) |
During serialization, deserialization, and schema import and export, returns a data contract type that substitutes the specified type. |