issues
search
duchien85
/
kryo
Automatically exported from code.google.com/p/kryo
BSD 3-Clause "New" or "Revised" License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
how to check kryo version
#153
GoogleCodeExporter
opened
9 years ago
0
explicitly register the class in Kryo
#152
GoogleCodeExporter
opened
9 years ago
1
Deserializing the Object for the first time takes more time than the subsequent times
#151
GoogleCodeExporter
opened
9 years ago
0
IndexOutOfBoundsException: Index: 54, Size: 0 MapReferenceResolver.getReadObject
#150
GoogleCodeExporter
opened
9 years ago
0
Asynchronous deserialization: String instead of real class type is attempted to be set as a field
#149
GoogleCodeExporter
opened
9 years ago
2
com.esotericsoftware.kryo.KryoException: Encountered unregistered class ID: 114
#148
GoogleCodeExporter
opened
9 years ago
3
IllegalArgumentException when sending the Enum.class as an Object
#147
GoogleCodeExporter
opened
9 years ago
0
Output.writeAscii writing a single character string will fail to be deserialized using Input.readString
#146
GoogleCodeExporter
closed
9 years ago
5
IntMap toString should not ignore 0 as a key
#145
GoogleCodeExporter
closed
9 years ago
1
IntMap.clear() does not work as expected
#144
GoogleCodeExporter
closed
9 years ago
2
Unable to deserialize custom Object
#143
GoogleCodeExporter
opened
9 years ago
0
Change type (int->long) of field total in class Output return int
#142
GoogleCodeExporter
closed
9 years ago
7
Deserialization problem for the classes which extend the implementation classes of Java collection
#141
GoogleCodeExporter
opened
9 years ago
2
kryo 2.22 requires sun.nio.ch and sun.misc package dependencies
#140
GoogleCodeExporter
opened
9 years ago
8
Kryo gets ClassCastException when deserializing TreeSet with Comparator
#139
GoogleCodeExporter
closed
9 years ago
4
Performance Outliers
#138
GoogleCodeExporter
opened
9 years ago
6
com.esotericsoftware.kryo.KryoException: Encountered unregistered class ID: 12819
#137
GoogleCodeExporter
closed
9 years ago
9
Serialization of File Object munges Path
#136
GoogleCodeExporter
closed
9 years ago
3
deep copy of ArrayAsListSerializer: Caused by: java.lang.NullPointerException
#135
GoogleCodeExporter
closed
9 years ago
2
Caused by: java.lang.ClassCastException: class test.enums.ActivityTypeEnum != null
#134
GoogleCodeExporter
closed
9 years ago
19
Release 2.22
#133
GoogleCodeExporter
closed
9 years ago
3
Add support to disable Object to primitive datatype conversion
#132
GoogleCodeExporter
closed
9 years ago
11
Request new feature/API addition: Kryo.equals()
#131
GoogleCodeExporter
opened
9 years ago
4
Kryo makes pointless allocations when serializing private primitive fields
#130
GoogleCodeExporter
closed
9 years ago
5
Improve performance of Serializer.create() method
#129
GoogleCodeExporter
opened
9 years ago
1
readClassAndObject throws KryoException: Buffer underflow.
#128
GoogleCodeExporter
closed
9 years ago
14
Make serialized representation produced by FieldSerializer more compact for fields of non-final types
#127
GoogleCodeExporter
opened
9 years ago
15
EnumSet deserialization doesn't work
#126
GoogleCodeExporter
opened
9 years ago
1
Patch to get KryoNet working with Kryo 2.21
#125
GoogleCodeExporter
opened
9 years ago
0
KryoException because Input.require() does not properly compact full Input buffer
#124
GoogleCodeExporter
closed
9 years ago
5
Input API is ridiculous
#123
GoogleCodeExporter
closed
9 years ago
2
Varint is broken in UnsafeOutput in 2.22-SNAPSHOT
#122
GoogleCodeExporter
closed
9 years ago
2
Factory pattern for instantiation of serializers
#121
GoogleCodeExporter
closed
9 years ago
15
CompatibleFieldSerializer performance issue
#120
GoogleCodeExporter
opened
9 years ago
2
Input#skip(long) always skips MAX_INT bytes.
#119
GoogleCodeExporter
closed
9 years ago
2
Switch to SLF4J (from MinLog)
#118
GoogleCodeExporter
closed
9 years ago
4
Add OSGi headers to MANIFEST.MF
#117
GoogleCodeExporter
opened
9 years ago
9
asm 4.0 dependency should not be present
#116
GoogleCodeExporter
closed
9 years ago
10
ArrayIndexOutOfBoundsException in IdentityMap.clear()
#115
GoogleCodeExporter
opened
9 years ago
24
int[].class and DeflaterInputStream fails
#114
GoogleCodeExporter
closed
9 years ago
6
Serialization of Class.class fails
#113
GoogleCodeExporter
closed
9 years ago
12
TreeMap deserialization error
#112
GoogleCodeExporter
closed
9 years ago
4
Output.setOutputStream() doesn't set the buffer size
#111
GoogleCodeExporter
closed
9 years ago
5
CompatibleFieldSerializer fails on a single field delete
#110
GoogleCodeExporter
opened
9 years ago
1
MapSerialisation failing
#109
GoogleCodeExporter
closed
9 years ago
2
Memory leak when serializing collections
#108
GoogleCodeExporter
opened
9 years ago
12
Does not handle MethodHandle
#107
GoogleCodeExporter
closed
9 years ago
1
Kryo deserialization fails with large data
#106
GoogleCodeExporter
closed
9 years ago
1
Equals objects produce different byte sequences.
#105
GoogleCodeExporter
opened
9 years ago
1
Registered Class IDs failing
#104
GoogleCodeExporter
opened
9 years ago
11
Next