# File lib/sdb/active_sdb.rb, line 1099
        def serialize(boolean)
          boolean ? 'T' : 'F'
        end