jar

net.sf.jsefa : jsefa-parent

Maven & Gradle

Oct 03, 2014

Java Simple Exchange Format API (parent) · JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173 for the standard version and XmlPull for the android version.

Table Of Contents

Latest Version

Download net.sf.jsefa : jsefa-parent JAR file - Latest Versions:

All Versions

Download net.sf.jsefa : jsefa-parent JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 jsefa-parent-1.1.1.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement