Hi, the easiest way is to make custom serialization routine. Vectors aren't fully serializable anyway - regardless of the type parameter they are serialized to Vector.<Object> - so, it's absolutely in no way different from Array :( Besides, there aren't generics in PHP anyway, so, I think you'd be OK if you send vectors as arrays.
Best. Oleg

