Deserializes raw data back into an object of a specified type.
Declaring type: ISerializationHandler
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract object Deserialize (
        Type dataType,
        byte[] data
) 
Parameters
dataType
Type for deserialization
data
Serialized raw data
Return Value
Object