FastSerializerSurrogate.GetObjectData 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: System.Object
The object to serialize. - info
- Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo to populate with data. - context
- Type: System.Runtime.Serialization.StreamingContext
The destination (see StreamingContext) for this serialization.
Implements
ISerializationSurrogate.GetObjectData(Object, SerializationInfo, StreamingContext)
ExceptionsException | Condition |
---|
SecurityException | The caller does not have the required permission. |
See Also