Global PersistenceDelegate default
Hi guys,
I have a question concerning the Java XML long time persistence API (Java SE 5). I have some classes for which I need to implement aPersistenceDelegate.
Now I'm wondering if there is some mechanism that makes my persistence delegate kind of default persistence delegate which will be used by allXMLEncoders (per default). I think this would be more convenient than setting the persistence delegate for all my classes explicitly for each XMLEncoder I use by means of java.beans.Encoder.setPersistenceDelegate.
Does anybody have an idea?

