If I have an interface that inherits from ISerializable, CIR reports an error if the SerializableAttribute is not attached to "ILogMessage" (in this example). But the Serializable attribute cannot be attached to interfaces.
public interface ILogMessage : ISerializable
public interface ILogMessage : ISerializable