I try to save vector or default list on storage. All work fine until i close the application and open again. When i call to Storage , the storage don’t find this vector.
Do have Problem to use this objects with Storage in lwuit?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The writeObject method accepts a second parameter as a Object. It returns true or false. If you object is suitable in the Storage you will get true. Try to put this vector and see what returns this method.
Last week I try to put a custom object and it doesn’t work. I think hashtables can be in Storage, but ListModels doesn’t.
Storage API