FastSerializerSurrogateGetObjectData Method |
Populates the provided SerializationInfo with the data needed to serialize the 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)
Syntaxpublic void GetObjectData(
Object obj,
SerializationInfo info,
StreamingContext context
)
Public Sub GetObjectData (
obj As Object,
info As SerializationInfo,
context As StreamingContext
)
Parameters
- obj
- Type: SystemObject
The object to serialize. - info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data. - context
- Type: System.Runtime.SerializationStreamingContext
The destination (see StreamingContext) for this serialization.
Implements
ISerializationSurrogateGetObjectData(Object, SerializationInfo, StreamingContext)
ExceptionsException | Condition |
---|
SecurityException | The caller does not have the required permission. |
See Also