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