Howdy, >could not get my data, the key is good, but the serializable object (it >was a String) become a [Ljava.lang.String; and I can't transtype it as >java.lang.String and I can't get the previous string...
Of course you can't cast it as a String -- [Ljava.lang.String; is a serialized String array. Cast to String[]. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
