ArgumentsGetObjectData Method
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: Gemstone.ConsoleAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
public:
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
) sealed
function GetObjectData(info, context);
- info SerializationInfo
- The SerializationInfo to populate with data.
- context StreamingContext
- The destination (see StreamingContext) for this serialization.
ISerializableGetObjectData(SerializationInfo, StreamingContext) SecurityException | The caller does not have the required permission. |