mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update playlist xml saving
This commit is contained in:
@@ -42,12 +42,5 @@ namespace MediaBrowser.Model.Serialization
|
||||
/// <param name="buffer">The buffer.</param>
|
||||
/// <returns>System.Object.</returns>
|
||||
object DeserializeFromBytes(Type type, byte[] buffer);
|
||||
|
||||
/// <summary>
|
||||
/// Serializes to bytes.
|
||||
/// </summary>
|
||||
/// <param name="obj">The obj.</param>
|
||||
/// <returns>System.Byte[][].</returns>
|
||||
byte[] SerializeToBytes(object obj);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user