jar

com.azure : azure-core-serializer-json-gson

Maven & Gradle

Aug 05, 2023
4 usages
2.1k stars

Microsoft Azure Gson JSON Serializer Library · This package contains the Gson JSON serializer client plugin for azure-core.

Table Of Contents

Latest Version

Download com.azure : azure-core-serializer-json-gson JAR file - Latest Versions:

All Versions

Download com.azure : azure-core-serializer-json-gson JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement