ISerializationSurrogateProvider Interface

Definition

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 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.

Applies to

Продукт Версии
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0