mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
Readded custom serialisation
This commit is contained in:
11
MediaBrowser.Common/RequiresSourceSerialisationAttribute.cs
Normal file
11
MediaBrowser.Common/RequiresSourceSerialisationAttribute.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Common;
|
||||
|
||||
/// <summary>
|
||||
/// Marks a BaseItem as needing custom serialisation from the Data field of the db.
|
||||
/// </summary>
|
||||
[System.AttributeUsage(System.AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
|
||||
public sealed class RequiresSourceSerialisationAttribute : System.Attribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user