Hi,

Can you detail how you (de) serialize ? A code snippet would
definitely help.
Do you use an ObjectOutputStream or something else ? Let us know so
that we can provide good help.

I personally use ObjectOutputStream to serialize and then
ObjectInputStream to deseriliaze and didn't encounter any problem
until now.
(I use this technique for example to be able to POST objects that
represent the input args of a Task in GAE and then the deserialization
happens when the Task is effectively run)

regards
didier

On Nov 30, 9:41 pm, Valter Henrique <[email protected]> wrote:
> Hi everyone,
> i can seralize a List<Vide> in my servlet on GAE.
>
> But i don't can deserialize it.
>
> Can someone help me, please?
>
> Best regards,
> Valter Henrique.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to