class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit

def serialize(value)

def serialize(value)
  Data.new(super) if value
end