Hi,
Unfortunately I found another mysterious issue. If I compile the generated
code using Janino, the readObject method will not triggered after an object
of that class is deserialized. In case I am compiling the class using
Oracle JDK, the readObject method will be triggered as expected. Did any
Hi,
Thank you for your support, I was able to solve this issue :)
Gábor
On 9 May 2016 at 12:15, Aljoscha Krettek wrote:
> Hi Gábor,
> I used it, yes, but I never encountered such a problem. Let's hope that the
> error message Márton discovered helps. :-)
>
> Cheers,
> Aljoscha
>
> On Mon, 9 Ma
Hi Gábor,
I used it, yes, but I never encountered such a problem. Let's hope that the
error message Márton discovered helps. :-)
Cheers,
Aljoscha
On Mon, 9 May 2016 at 11:38 Márton Balassi wrote:
> Hi Gabor,
>
> I have checked out your branch and tried debugging WordCountPojo to
> reproduce the
Hi Gabor,
I have checked out your branch and tried debugging WordCountPojo to
reproduce the behaviour. I am on a Mac with jdk1.8.0_91. I have received
the following error when trying to access the constructors of the class in
question:
Exception in thread "main" java.lang.VerifyError: (class:
org
Hi!
I have created a proof of concept implementation of my GSoC project [1]:
introducing code generation to the serializers. The code is available here
[2]. Unfortunately I have run into a problem that I am unable to debug. I
generated some code that I compiled using the Janino compiler [4]. I did