Le Tue, 9 Mar 2010 12:32:32 +0100,
Zigor Salvador <[email protected]> a écrit :

> Hi everyone,
> 
> I'm trying to adapt a third-party distributed application developed
> using Mina to work with Android. The idea is that instead of having
> two J2SE machines talk to each other, I'd like to have a J2SE machine
> talk to an Android application. The application is using
> serialization for the message payloads and I think this is behind the
> ClassNotFound errors produced by the DalvikVM. The serialized class
> source code is identical, but somehow unmarshalling of the payload
> returns the aforementioned ClassNotFound error together with an
> HexDump.
> 
> Question: is this workable or am I wasting my time? Any pointers?
> 
> Thanks a lot,
> 
> Zigor.

Serialization is usually incompatible between different vendor
JVM. You tried with simple serialisation to files ?

-- 
Julien Vermillard

Archean Technologies
http://www.archean.fr

Attachment: signature.asc
Description: PGP signature

Reply via email to