Nov11 / kryo

Automatically exported from code.google.com/p/kryo
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add support to disable Object to primitive datatype conversion #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looks like the default Class serializer converts Long to long, would it be good 
to have a way of disabling this or it is already possible to have some 
documentation about it.

Original issue reported on code.google.com by pa...@anahata-it.com.au on 4 Sep 2013 at 8:14

GoogleCodeExporter commented 8 years ago
Have you tried the latest snapshot? A similar issue was fixed recently (see 
https://code.google.com/p/kryo/issues/detail?id=113). I think your problem is 
fixed as well by that commit.
Please report if it is still failing for you.

Original comment by romixlev on 4 Sep 2013 at 11:58

GoogleCodeExporter commented 8 years ago
I can give the snapshot a go.

But what are the maven coords and repo of the snapshot?

Original comment by pa...@anahata-it.com.au on 10 Sep 2013 at 4:39

GoogleCodeExporter commented 8 years ago
Latest Kryo snapshots are available in the sonatype snapshots repo: 
https://oss.sonatype.org/content/repositories/snapshots/ 
(https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/kr
yo/kryo/) 

Original comment by romixlev on 10 Sep 2013 at 6:40

GoogleCodeExporter commented 8 years ago
@pablo: Have you checked with the latest snapshots? I assume it fixes your 
problem. 
If you don't state the opposite soon, I'll close this issue as "fixed"

-Leo

Original comment by romixlev on 30 Sep 2013 at 4:41

GoogleCodeExporter commented 8 years ago
Leo,

Is just that we are using kryo-serializes as maven dep, which shades the kryo 
jars... just wondering... do you know when the next release is due?

Original comment by pa...@anahata-it.com.au on 2 Oct 2013 at 1:12

GoogleCodeExporter commented 8 years ago
Hmm. Kryo 2.22 is officially release one or two days ago. See the info about 
changes on the project home page.
A matching kryo-serializers release should have been done as well, IIRC. 
Have you checked?

Original comment by romixlev on 2 Oct 2013 at 1:16

GoogleCodeExporter commented 8 years ago
It's on my todo list :-)

Original comment by martin.grotzke on 2 Oct 2013 at 1:31

GoogleCodeExporter commented 8 years ago
Looks like it is working now. If it is on me, you can close it.

Original comment by pa...@anahata-it.com.au on 2 Oct 2013 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by romixlev on 2 Oct 2013 at 2:29

GoogleCodeExporter commented 8 years ago
Btw, I just released kryo-serializers 0.25 that now depends on kryo-2.22.

Original comment by martin.grotzke on 3 Oct 2013 at 4:57

GoogleCodeExporter commented 8 years ago
Cool,

Let's give it a go

Original comment by pa...@anahata-it.com.au on 4 Oct 2013 at 12:38