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