DOC

org.jsefa : jsefa

Maven & Gradle

Nov 17, 2010
2 usages

Java Simple Exchange Format API · 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.

Table Of Contents

Latest Version

Download org.jsefa : jsefa Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jsefa : jsefa Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file jsefa-0.9.3.RELEASE-javadoc.jar to jsefa-0.9.3.RELEASE-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jsefa-0.9.3.RELEASE-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jsefa-0.9.3.RELEASE-sources.jar" -d "jsefa-0.9.3.RELEASE-javadoc" -subpackages