|   | SerializationSerializeT(T, Serialization | 
 Syntax
Syntaxpublic static void Serialize<T>( T serializableObject, SerializationFormat serializationFormat, Stream serializedOutput )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | serializedOutput or serializableObject is null. | 
| NotSupportedException | Specified serializationFormat is not supported. | 
 See Also
See Also