//
// Copyright (c) PlaceholderCompany. All rights reserved.
//
namespace MediaBrowser.Common;
using System;
///
/// Marks a BaseItem as needing custom serialisation from the Data field of the db.
///
[System.AttributeUsage(System.AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class RequiresSourceSerialisationAttribute : System.Attribute
{
}