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.4.0.0 (5.4.0)
Syntax public 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