class ActiveLdap::Xml

def to_s(options={})

def to_s(options={})
  Serializer.new(@dn, @attributes, @schema, options).to_s
end