Registry / serialization / kryo
library5.6.2javamavenunverified

Fast and efficient Java serialization framework for object graphs, supporting automatic serialization and deserialization.

<dependency> <groupId>com.esotericsoftware</groupId> <artifactId>kryo</artifactId> <version>5.6.2</version> </dependency>
INSTALL
IMPORT
SIG · KRYO
K
kryo
serializationjavav5.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Kryo
com.esotericsoftware.kryo.Kryo

Minimal example showing instantiation of Kryo.

import com.esotericsoftware.kryo.Kryo; public class Example { public static void main(String[] args) { Kryo kryo = new Kryo(); System.out.println("Kryo instance created"); } }
Debug
Known issues
breakingKryo 5.x has breaking changes from 4.x, including removal of some serializers and API changes.
fix
Review migration guide when upgrading from 4.x to 5.x.
affects: >=5.0.0
Upgrade
Version history
5.6.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
kryo — mvn dependency:get kryo · libregistry