// // Copyright (c) PlaceholderCompany. All rights reserved. // using System; namespace MediaBrowser.Common; /// /// 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 { }