Thread: Serialization of Enums

  1. #1
    Registered User khdani's Avatar
    Join Date
    Oct 2007
    Posts
    42

    Serialization of Enums

    Hello ,
    I want to make a struct serializable, the struct consists of atomic variables and enums,
    do I need to put [Serializable] before the enums also ?

  2. #2
    Registered User
    Join Date
    Aug 2008
    Posts
    188
    don't think so.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Boost Serialization: shared_ptr
    By KessiMC in forum C++ Programming
    Replies: 0
    Last Post: 12-26-2007, 08:17 PM
  2. Replies: 3
    Last Post: 06-12-2007, 11:21 AM
  3. Serialization yay!
    By Shamino in forum C++ Programming
    Replies: 11
    Last Post: 06-10-2007, 05:53 PM
  4. Enums and Templates
    By einarp in forum C++ Programming
    Replies: 5
    Last Post: 07-19-2006, 05:07 AM
  5. serialization and object types
    By Joe Monti in forum C++ Programming
    Replies: 5
    Last Post: 04-03-2003, 11:17 AM