| FastDeserializerDeserialize Method  | 
 
            Deserializes the specified serialized data.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void Deserialize(
	byte[] serializedData,
	Object root
)
Public Sub Deserialize ( 
	serializedData As Byte(),
	root As Object
)
Parameters
- serializedData
 - Type: SystemByte
The serialized data. - root
 - Type: SystemObject
The root. 
See Also