AbstractWrapperInfo<TInfo>.GetObjectData Method |
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Parameters
- info
- Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo to populate with data. - context
- Type: System.Runtime.Serialization.StreamingContext
The destination StreamingContext for this serialization.
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext)
See Also