Array.GetObjectData Method | |
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax VIRTUAL METHOD GetObjectData(
info AS SerializationInfo,
context AS StreamingContext
) AS VOID
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Request Example
View SourceParameters
- info
- Type: SerializationInfo
The SerializationInfo to populate with data. - context
- Type: StreamingContext
The destination (see StreamingContext) for this serialization.
Implements
GetObjectData(SerializationInfo, StreamingContext)GetObjectData(SerializationInfo, StreamingContext)Exceptions Exception | Condition |
---|
SecurityException | The caller does not have the required permission. |
See Also