}
private void persistEntries(Persistor media) {
LdapStructureEntryPersistor p = new LdapStructureEntryPersistor();
for (LdapStructureEntry e : entries) {
p.writeTo(e, media.createChild("LdapStructureEntry"));
}
}
private void persistSearchParams(Persistor media) {
LdapSearchParametersPersistor writer = new LdapSearchParametersPersistor();