View Single Post
Old 10-23-2007, 10:51 AM   #2 (permalink)
TheOutkastDev
Forum Expert
 
TheOutkastDev's Avatar
 
Join Date: Sep 2002
Location: Houston, Texas
Age: 23
Posts: 3,917
Default

Initialize the members array inline so you're guaranteed that it is not null, so when you go to serialize/deserialize, you just remove the null checks and save/load the array - even if it is empty.
TheOutkastDev is offline   Reply With Quote