View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pekko-kryo-serialization_2.13-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.altoo.serialization.kryo.pekko.serializer
├─ io.altoo.serialization.kryo.pekko.serializer.ActorRefSerializer.class - [JAR]
├─ io.altoo.serialization.kryo.pekko.serializer.ByteStringSerializer.class - [JAR]
io.altoo.serialization.kryo.pekko
├─ io.altoo.serialization.kryo.pekko.DefaultKryoInitializer.class - [JAR]
├─ io.altoo.serialization.kryo.pekko.PekkoKryoSerializer.class - [JAR]