Results 1 to 3 of 3

Thread: ConfigAttributeDefinition not Serializable?

  1. #1
    Join Date
    Aug 2004
    Posts
    229

    Default ConfigAttributeDefinition not Serializable?

    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

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Hi Andy, I just made it Serializable (along with ConfigAttribute itself).

  3. #3
    Join Date
    Aug 2004
    Posts
    229

    Default

    Thanks!

    - Andy

Similar Threads

  1. Serializable SqlRowSet
    By cardsharp in forum Data
    Replies: 2
    Last Post: Oct 19th, 2005, 04:48 PM
  2. Serializable application context
    By jcarreira in forum Container
    Replies: 1
    Last Post: Jul 20th, 2005, 07:01 PM
  3. Serializable application context
    By jcarreira in forum Web
    Replies: 0
    Last Post: Jul 20th, 2005, 10:17 AM
  4. Serializable RowSet
    By rbirch in forum Data
    Replies: 0
    Last Post: Jul 8th, 2005, 09:18 AM
  5. Making SimpleMailMessage serializable?
    By dhalbrook in forum Architecture
    Replies: 2
    Last Post: Sep 13th, 2004, 10:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •