Hi again,

going a bit deeper, I'm wondering if the Dn class should implement the Cloneable and Serializable interfaces?

Cloneable is probably not needed, as the Dn is immutable, and Serializable is also useless, as we already have a DnSerializer helper class that handles the Dn serialization. Note that we have a DnFactory class in the server which expect the Dn class to be serializable, but this is probably not needed, as we never serialize the associated cache to disk.

thoughts ?

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to