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 code-ownership-extensions-2023.19.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.avito.android.serializers
├─ com.avito.android.serializers.OwnerFieldSerializer.class - [JAR]
├─ com.avito.android.serializers.OwnerIdSerializer.class - [JAR]
├─ com.avito.android.serializers.OwnerNameSerializer.class - [JAR]
├─ com.avito.android.serializers.OwnerNoOpSerializer.class - [JAR]
com.avito.android
├─ com.avito.android.CodeOwnershipExtension.class - [JAR]
├─ com.avito.android.ExternalDependenciesExtension.class - [JAR]
├─ com.avito.android.OwnerSerializer.class - [JAR]
├─ com.avito.android.OwnerSerializerProvider.class - [JAR]