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

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