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.4.0.0 (5.4.0)
Syntax Object Deserialize(
SerializationReader reader,
Type type
)
Function Deserialize (
reader As SerializationReader,
type As Type
) As Object
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:
ObjectSee Also