Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void GetObjectData(
	Object obj,
	SerializationInfo info,
	StreamingContext context
)

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)
Exceptions
ExceptionCondition
SecurityExceptionThe caller does not have the required permission.
See Also