The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ISerializationSurrogate Interface
.NET Framework (current version)
Implements a serialization surrogate selector that allows one object to perform serialization and deserialization of another.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetObjectData(Object^, SerializationInfo^, StreamingContext) | Populates the provided SerializationInfo with the data needed to serialize the object. |
![]() | SetObjectData(Object^, SerializationInfo^, StreamingContext, ISurrogateSelector^) | Populates the object using the information in the SerializationInfo. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
