>Perhaps a way to get around this is instead of serialising the vector is to >serialise an array representing the vector.
Then we lose all type information and if you serialize a variable and deserialize to the same variable you get a crash as the types no longer match. Mike
