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 ktor-resources-jvm-2.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.ktor.resources.serialization
├─ io.ktor.resources.serialization.ListLikeDecoder.class - [JAR]
├─ io.ktor.resources.serialization.ParametersDecoder.class - [JAR]
├─ io.ktor.resources.serialization.ParametersEncoder.class - [JAR]
├─ io.ktor.resources.serialization.ResourcesFormat.class - [JAR]
io.ktor.resources
├─ io.ktor.resources.Resource.class - [JAR]
├─ io.ktor.resources.ResourceSerializationException.class - [JAR]
├─ io.ktor.resources.Resources.class - [JAR]
├─ io.ktor.resources.UrlBuilderKt.class - [JAR]