PDA

View Full Version : ConfigAttributeDefinition not Serializable?



adepue
Jan 18th, 2005, 03:55 PM
Is there a reason why ConfigAttributeDefinition is not Serializable? I'm building my own ObjectDefinitionSource and would like to reuse such nifty code as ConfigAttributeEditor for easy configuration in the Spring config files. However, my ObjectDefinitionSource needs to be Serializable. I'd hate to duplicate useful code or to rewrap security information just to serialize.

Thanks,
Andy

Ben Alex
Jan 19th, 2005, 03:09 PM
Hi Andy, I just made it Serializable (along with ConfigAttribute itself).

adepue
Jan 19th, 2005, 03:39 PM
Thanks!

- Andy