jar

com.github.fracpete : gsonlines

Maven & Gradle

Nov 07, 2023
0 stars

gsonlines · Library for reading/writing jsonlines data using the gson library under the hood for automatic deserialization/serialization of objects.

Table Of Contents

Latest Version

Download com.github.fracpete : gsonlines JAR file - Latest Versions:

All Versions

Download com.github.fracpete : gsonlines JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 gsonlines-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fracpete.gsonlines

├─ com.github.fracpete.gsonlines.AbstractReader.class - [JAR]

├─ com.github.fracpete.gsonlines.AbstractWriter.class - [JAR]

├─ com.github.fracpete.gsonlines.ArrayReader.class - [JAR]

├─ com.github.fracpete.gsonlines.ArrayWriter.class - [JAR]

├─ com.github.fracpete.gsonlines.StreamReader.class - [JAR]

├─ com.github.fracpete.gsonlines.StreamWriter.class - [JAR]

├─ com.github.fracpete.gsonlines.Utils.class - [JAR]