Summary
Serializes this object into the System.Runtime.Serialization.SerializationInfo
provided.
Syntax
[SecurityPermission(SecurityAction.Demand, SerializationFormatter = true)]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Attributes
Type |
Description |
SecurityPermissionAttribute |
|
Parameters
Name |
Type |
Description |
info |
SerializationInfo |
The System.Runtime.Serialization.SerializationInfo to populate with data. |
context |
StreamingContext |
The destination for this serialization. |
Return Value