An LDAP repository item is not serializable. Therefore, if you have a property that derives from an LDAP repository item, you should mark the property as not serializable by setting the serialize attribute to false:

<property name="propName" >
   ...
    <attribute name="serialize" value="false"/>
   ...
</property>