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 kotlin-common-serialization-jvm-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.huanshankeji.kotlinx.serialization
├─ com.huanshankeji.kotlinx.serialization.DataJVMKt.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.DataKt.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.DummyTypeConstructor.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.NothingSerializer.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.NothingWorkaroundJVMKt.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.NothingWorkaroundKt.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.SerializableNothing.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.SerializableNothingKt.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.SerializersKt.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.VoidSerializer.class - [JAR]
com.huanshankeji.kotlinx.serialization.protobuf
├─ com.huanshankeji.kotlinx.serialization.protobuf.NothingWorkaroundKt.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.protobuf.ProtoBufKt.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.protobuf.ProtoBufSumTypeSerializer.class - [JAR]
├─ com.huanshankeji.kotlinx.serialization.protobuf.SumTypeSupertypeSurrogate.class - [JAR]