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 azure-core-serializer-json-gson-1.2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.azure.core.serializer.json.gson
├─ com.azure.core.serializer.json.gson.GsonJsonProvider.class - [JAR]
├─ com.azure.core.serializer.json.gson.GsonJsonSerializer.class - [JAR]
├─ com.azure.core.serializer.json.gson.GsonJsonSerializerBuilder.class - [JAR]
├─ com.azure.core.serializer.json.gson.GsonJsonSerializerProvider.class - [JAR]
com.azure.core.serializer.json.gson.implementation
├─ com.azure.core.serializer.json.gson.implementation.AzureJsonUtils.class - [JAR]
├─ com.azure.core.serializer.json.gson.implementation.GsonJsonReader.class - [JAR]
├─ com.azure.core.serializer.json.gson.implementation.GsonJsonWriter.class - [JAR]
├─ com.azure.core.serializer.json.gson.implementation.JsonSerializableTypeAdapter.class - [JAR]