mscorlib(4.0.0.0) API with additions
ISerializable.cs
2 using System.Security;
3 
5 {
7  [ComVisible(true)]
8  public interface ISerializable
9  {
14  [SecurityCritical]
16  }
17 }
Definition: __Canon.cs:3
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
Allows an object to control its own serialization and deserialization.
Definition: ISerializable.cs:8
void GetObjectData(SerializationInfo info, StreamingContext context)
Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the ta...