EntityCoreTFieldsISerializableGetObjectData Method |
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxvoid ISerializable.GetObjectData(
SerializationInfo info,
StreamingContext context
)
Private Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
) Implements ISerializable.GetObjectData
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data. - context
- Type: System.Runtime.SerializationStreamingContext
The destination (see StreamingContext) for this serialization.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)
ExceptionsException | Condition |
---|
SecurityException |
The caller does not have the required permission.
|
See Also