6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 29 minutes ago. based on code collected 30 minutes ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated reflectasm version in the POM. More... over 13 years ago
2.11 More... over 13 years ago
Fixed issue 67, writeObjectOrNull was broken! More... over 13 years ago
Added boolean[] to default serializers. More... over 13 years ago
Added boolean[] serializer. More... over 13 years ago
Javadoc warning for CompatibleFieldSerializer, can't have super class with same field name, issue 45. More... over 13 years ago
Fixed issue 61, ArraySerializer is dead. >1D arrays are now serialized by 1D array serializers recursively. More... over 13 years ago
Fixed issue 61, added individual serializers for 1D arrays of primitives, Strings, and Objects for better performance. More... over 13 years ago
Fixed issue 62, less overhead for reading and writing references. More... over 13 years ago
Fixed issue 64, added acceptsNull to BigDecimalSerializer. More... over 13 years ago
Added Output#writeAscii. Removed Kryo reference from most serializer constructors. More... over 13 years ago
Fixed incorrect require() in readLong_slow. Added Kryo getMaxClassID. More... over 13 years ago
Fixed tests, FieldSerializer rebuildCachedFields made private. More... over 13 years ago
Fixed missing check to avoid using ReflectASM on Android. More... over 13 years ago
[no comment] More... over 13 years ago
v2.08 More... over 13 years ago
Refactored CompatibleFieldSerializer by making FieldSerializer extensible. Added TaggedFieldSerializer. 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. More... over 13 years ago
Fixed experimental string read/write methods. More... over 13 years ago
Faster varlongs. :) More... over 13 years ago
Faster varints. More... over 13 years ago
Experimental read/writeString_new methods. More... over 13 years ago
Experimental read/writeString_new methods. More... over 13 years ago
Fancier KryoString. More... over 13 years ago
Added KryoString. More... over 13 years ago
Fixed varlongs, should be 9 bytes max, not 10 (8*7+8=64). More... over 13 years ago
Better support for KryoCopyable. 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). More... over 13 years ago
[no comment] More... over 13 years ago
[no comment] More... over 13 years ago