Click or drag to resize
FastDeserializer.Deserialize 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)
Syntax
public void Deserialize(
	byte[] serializedData,
	Object root
)

Parameters

serializedData
Type:System.Byte[]
The serialized data.
root
Type: System.Object
The root.
See Also