Binary compatibility report for the Kryo library between 2.10 and 2.12 versions
Test Info
Library Name | Kryo |
Version #1 | 2.10 |
Version #2 | 2.12 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 586 / 80 |
---|
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 2 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (2)
kryo-2.12.jar, Kryo.class
package com.esotericsoftware.kryo
Kryo.setMaxDepth ( int maxDepth ) : void
[mangled: com/esotericsoftware/kryo/Kryo.setMaxDepth:(I)V]
Kryo.writeObjectOrNull ( Output output, Object object, Class type ) : void
[mangled: com/esotericsoftware/kryo/Kryo.writeObjectOrNull:(Lcom/esotericsoftware/kryo/io/Output;Ljava/lang/Object;Ljava/lang/Class;)V]
to the top
Removed Methods (1)
kryo-2.10.jar, Kryo.class
package com.esotericsoftware.kryo
Kryo.writeObjectOrNull ( Output output, Object object ) : void
[mangled: com/esotericsoftware/kryo/Kryo.writeObjectOrNull:(Lcom/esotericsoftware/kryo/io/Output;Ljava/lang/Object;)V]
to the top
Java ARchives (1)
kryo-2.10.jar
to the top