Populates a System.Runtime.Serialization.SerializationInfo with the data necessary to deserialize the field represented by the current instance.
- info
- The System.Runtime.Serialization.SerializationInfo object to populate with serialization information.
- context
- (Reserved) The place to store and retrieve serialized data.
The context parameter is reserved; it does not currently participate in this operation.
For more information, see the System.Runtime.Serialization.SerializationInfo.AddValue(string, object, Type) method.