SerializationDeserializeT(Byte, Serialization
|
public static T Deserialize<T>( byte[] serializedObject, SerializationFormat serializationFormat )
Exception | Condition |
---|---|
ArgumentNullException | serializedObject is null. |
NotSupportedException | Specified serializationFormat is not supported. |