Click or drag to resize

ChannelCellCollectionBaseTGetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.

Namespace:  GSF.PhasorProtocols
Assembly:  GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.3.413-beta
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Request Example View Source

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data.
context
Type: System.Runtime.SerializationStreamingContext
The destination StreamingContext for this serialization.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also