Re: [Ikvm-developers] ObjectOutputStream
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2008-05-03 12:31:01
|
It should just work. What version of IKVM are you using? Can you send a repro (off list)? > -----Original Message----- > From: ikv...@li... [mailto:ikvm- > dev...@li...] On Behalf Of Adam Bell > Sent: Saturday, May 03, 2008 07:23 > To: ikv...@li... > Subject: [Ikvm-developers] ObjectOutputStream > > I am using weka (www.cs.waikato.ac.nz/ml/weka/) compiled with ikvmc > from c#. I am having a problem with using java.io.ObjectOutputStream. > When I try to use this to serialize a weka classifier object it seems > to come out a bit mangled. The file is the same size as if serialized > from native java and the java weka can load it fine. However it is > obviously not the same object as, via c# or java, it gives completely > different results when queried. The binary also differs somewhat from > a java serialized equivalent. > > Is there as special way java serialization has to be done from ikvm? > > Thanks for your help, > Adam > > > |