ArgumentsGetObjectData Method

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

Definition

Namespace: Gemstone.Console
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo to populate with data.
context  StreamingContext
The destination (see StreamingContext) for this serialization.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)

Exceptions

SecurityExceptionThe caller does not have the required permission.

See Also