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

Parameters

serializedData
Type: SystemByte
The serialized data.
root
Type: SystemObject
The root.
See Also