Thread
:
Serialize A Array.
View Single Post
10-23-2007, 10:51 AM
#
2
(
permalink
)
TheOutkastDev
Forum Expert
Join Date: Sep 2002
Location: Houston, Texas
Age: 23
Posts: 3,917
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
View Public Profile
Send a private message to TheOutkastDev
Find More Posts by TheOutkastDev