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
29 minutes
ago. based on code collected
30 minutes
ago.
Nov 29, 2024 — Nov 29, 2025
Showing page 48 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated reflectasm version in the POM.
Nathan Sweet
More...
over 13 years ago
2.11
Nathan Sweet
More...
over 13 years ago
Fixed issue 67, writeObjectOrNull was broken!
Nathan Sweet
More...
over 13 years ago
Added boolean[] to default serializers.
Nathan Sweet
More...
over 13 years ago
Added boolean[] serializer.
Nathan Sweet
More...
over 13 years ago
Javadoc warning for CompatibleFieldSerializer, can't have super class with same field name, issue 45.
Nathan Sweet
More...
over 13 years ago
Fixed issue 61, ArraySerializer is dead. >1D arrays are now serialized by 1D array serializers recursively.
Nathan Sweet
More...
over 13 years ago
Fixed issue 61, added individual serializers for 1D arrays of primitives, Strings, and Objects for better performance.
Nathan Sweet
More...
over 13 years ago
Fixed issue 62, less overhead for reading and writing references.
Nathan Sweet
More...
over 13 years ago
Fixed issue 64, added acceptsNull to BigDecimalSerializer.
Nathan Sweet
More...
over 13 years ago
Added Output#writeAscii. Removed Kryo reference from most serializer constructors.
Nathan Sweet
More...
over 13 years ago
Fixed incorrect require() in readLong_slow. Added Kryo getMaxClassID.
Nathan Sweet
More...
over 13 years ago
Fixed tests, FieldSerializer rebuildCachedFields made private.
Nathan Sweet
More...
over 13 years ago
Fixed missing check to avoid using ReflectASM on Android.
Nathan Sweet
More...
over 13 years ago
[no comment]
Nathan Sweet
More...
over 13 years ago
v2.08
Nathan Sweet
More...
over 13 years ago
Refactored CompatibleFieldSerializer by making FieldSerializer extensible. Added TaggedFieldSerializer.
Nathan Sweet
More...
over 13 years ago
Fixed Output#setBuffer maxBufferSize -1 bug. Updated string encoding, more efficient ascii, auto detect ascii. Removed KryoString, not fast enough with current string encoding.
Nathan Sweet
More...
over 13 years ago
Fixed experimental string read/write methods.
Nathan Sweet
More...
over 13 years ago
Faster varlongs. :)
Nathan Sweet
More...
over 13 years ago
Faster varints.
Nathan Sweet
More...
over 13 years ago
Experimental read/writeString_new methods.
Nathan Sweet
More...
over 13 years ago
Experimental read/writeString_new methods.
Nathan Sweet
More...
over 13 years ago
Fancier KryoString.
Nathan Sweet
More...
over 13 years ago
Added KryoString.
Nathan Sweet
More...
over 13 years ago
Fixed varlongs, should be 9 bytes max, not 10 (8*7+8=64).
Nathan Sweet
More...
over 13 years ago
Better support for KryoCopyable.
Nathan Sweet
More...
over 13 years ago
New feature: deep and shallow copy. Updated ReflectASM to 1.03, added support for creating objects via ReflectASM. Less logging at debug level (only messages for root of object graph).
Nathan Sweet
More...
over 13 years ago
[no comment]
Nathan Sweet
More...
over 13 years ago
[no comment]
Nathan Sweet
More...
over 13 years ago
←
1
2
…
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