Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- info
- Type: System.Runtime.Serialization SerializationInfo
The SerializationInfo to populate with data.
- context
- Type: System.Runtime.Serialization StreamingContext
The destination (see StreamingContext) for this serialization.
Implements
ISerializable GetObjectData(SerializationInfo, StreamingContext)See Also