mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update playlist xml saving
This commit is contained in:
parent
2714127d2b
commit
c5319bb4ae
77 changed files with 1768 additions and 1002 deletions
|
|
@ -83,13 +83,5 @@ namespace MediaBrowser.Model.Serialization
|
|||
/// <returns>System.String.</returns>
|
||||
/// <exception cref="System.ArgumentNullException">obj</exception>
|
||||
string SerializeToString(object obj);
|
||||
|
||||
/// <summary>
|
||||
/// Serializes to bytes.
|
||||
/// </summary>
|
||||
/// <param name="obj">The obj.</param>
|
||||
/// <returns>System.Byte[][].</returns>
|
||||
/// <exception cref="System.ArgumentNullException">obj</exception>
|
||||
byte[] SerializeToBytes(object obj);
|
||||
}
|
||||
}
|
||||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue