Class RequiresSerializerAttribute
Can be used to decorate cache handles which require serialization
Inherited Members
Namespace:CacheManager.Core.Internal
Assembly:CacheManager.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class RequiresSerializerAttribute : Attribute, _Attribute