Click or drag to resize
IFastSerializationTypeSurrogateDeserialize Method
Deserializes an object of the supplied type from the SerializationReader.

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
Object Deserialize(
	SerializationReader reader,
	Type type
)

Parameters

reader
Type: SD.LLBLGen.Pro.ORMSupportClassesSerializationReader
The SerializationReader containing the serialized object.
type
Type: SystemType
The type of object required to be deserialized.

Return Value

Type: Object
See Also