Click or drag to resize
AbstractWrapperInfo<TInfo>.GetObjectData Method
Populates a SerializationInfo with the data needed to serialize the target object.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public 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