# File lib/sdb/active_sdb.rb, line 769
      def [](attribute)
        raw = @attributes[attribute.to_s]
        self.class.column?(attribute) && raw ? self.class.deserialize(attribute, raw.first) : raw
      end