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