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 kotlinx-collections-interoperable-jvm-1.5.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
kotlinx.collections.interoperable.serializers
├─ kotlinx.collections.interoperable.serializers.CollectionSerializer.class - [JAR]
├─ kotlinx.collections.interoperable.serializers.ListSerializer.class - [JAR]
├─ kotlinx.collections.interoperable.serializers.MutableListSerializer.class - [JAR]
├─ kotlinx.collections.interoperable.serializers.MutableSetSerializer.class - [JAR]
├─ kotlinx.collections.interoperable.serializers.SetSerializer.class - [JAR]
kotlinx.collections.interoperable
├─ kotlinx.collections.interoperable.ArrayUtilsKt.class - [JAR]
├─ kotlinx.collections.interoperable.Collection.class - [JAR]
├─ kotlinx.collections.interoperable.CollectionUtilsKt.class - [JAR]
├─ kotlinx.collections.interoperable.EmptyList.class - [JAR]
├─ kotlinx.collections.interoperable.Iterable.class - [JAR]
├─ kotlinx.collections.interoperable.List.class - [JAR]
├─ kotlinx.collections.interoperable.ListBuildersKt.class - [JAR]
├─ kotlinx.collections.interoperable.ListWrapper.class - [JAR]
├─ kotlinx.collections.interoperable.MutableCollection.class - [JAR]
├─ kotlinx.collections.interoperable.MutableList.class - [JAR]
├─ kotlinx.collections.interoperable.MutableListWrapper.class - [JAR]
├─ kotlinx.collections.interoperable.MutableSet.class - [JAR]
├─ kotlinx.collections.interoperable.MutableSetWrapper.class - [JAR]
├─ kotlinx.collections.interoperable.Set.class - [JAR]
├─ kotlinx.collections.interoperable.SetWrapper.class - [JAR]