openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
kryo
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 16 hours
ago.
Nov 24, 2024 — Nov 24, 2025
Showing page 47 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Refactored ClassResolver, move most logic back into Kryo. Simplified DefaultClassResolver. Added registration tests. Made registering with an explicit ID more sane.
Nathan Sweet
More...
over 13 years ago
Variable rename.
Nathan Sweet
More...
over 13 years ago
Memoized class ID -> registration look up. v2.15
Nathan Sweet
More...
over 13 years ago
Added Kryo#reference to KryoSerializableSerializer.
Nathan Sweet
More...
over 13 years ago
Refactored how references work, added ReferenceResolver for customizing references. Cleaned up some code and javadocs, moved some classes the the "util" package.
Nathan Sweet
More...
over 13 years ago
Push version to 2.15-SNAPSHOT.
Martin Grotzke
More...
over 13 years ago
Update pom.xml to enable SNAPSHOT deployments to sonatype (via mvn clean deploy).
Martin Grotzke
More...
over 13 years ago
Exclude svn files from created jars.
Martin Grotzke
More...
over 13 years ago
Add config for attached shaded jar (classifier "shaded") to pom.xml
Martin Grotzke
More...
over 13 years ago
Updated Eclipse project file with ReflectASM 1.04.
Nathan Sweet
More...
over 13 years ago
Updated ReflectASM to 1.04.
Nathan Sweet
More...
over 13 years ago
Fixed generic types. Only the first level of generics are supported (eg only ArrayList<ArrayList> for a field ArrayList<ArrayList<Integer>>).
Nathan Sweet
More...
over 13 years ago
v2.14
Nathan Sweet
More...
over 13 years ago
Renamed readObjects to seenObjects to keep things sane.
Nathan Sweet
More...
over 13 years ago
Fixed issue 69, added setReferenceMap(boolean) to choose between a map or list for object references.
Nathan Sweet
More...
over 13 years ago
Added String length tests.
Nathan Sweet
More...
over 13 years ago
Removed 21 bit limitation on string length. Broke string reading into smaller methods. Refactored variable length int and long encodings. Won't touch them again, promise! Added canReadLong. Removed variable length short (not terribly useful). Kryo now throws ConcurrentModificationException from read and write methods if invoked from a different thread, but only when DEBUG logging is enabled.
Nathan Sweet
More...
over 13 years ago
Made DefaultClassResolver field protected for better code reuse.
Nathan Sweet
More...
over 13 years ago
Fixed map size not updating when entry is put in stash.
Nathan Sweet
More...
over 13 years ago
Javadocs.
Nathan Sweet
More...
over 13 years ago
Fixed memory leak when references=false. Made class resolution pluggable.
Nathan Sweet
More...
over 13 years ago
Added create methods for CollectionSerializer and MapSerializer.
Nathan Sweet
More...
over 13 years ago
Minor fixes.
Nathan Sweet
More...
over 13 years ago
Removed Serializer#create()/read() and replaced with just read(). Added Kryo#reference that must be called before Kryo can be used to read child objects. This simplifies the API and makes it more clear on how to deserialize immutable objects. Removed Serializer#createCopy()/copy() and replaced with just copy(). Added cache to avoid Class.forName.
Nathan Sweet
More...
over 13 years ago
Identity comparison for IdentityObjectIntMap!
Nathan Sweet
More...
over 13 years ago
Removed debug code.
Nathan Sweet
More...
over 13 years ago
Issue 69, writing references is slow, went back to using a map, tweaked cuckoo map settings.
Nathan Sweet
More...
over 13 years ago
Fixed issue 68, added support for serializers to know generic type information.
Nathan Sweet
More...
over 13 years ago
Added max depth.
Nathan Sweet
More...
over 13 years ago
Fixed Input returning signed bytes from InputStream#read().
Nathan Sweet
More...
over 13 years ago
←
1
2
…
43
44
45
46
47
48
49
50
51
52
53
54
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree