|   | SerializationDeserializeT(Stream, Serialization | 
 Syntax
Syntaxpublic static T Deserialize<T>( Stream serializedObject, SerializationFormat serializationFormat )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | serializedObject is null. | 
| NotSupportedException | Specified serializationFormat is not supported. | 
 See Also
See Also