Package org.apache.juneau.csv


package org.apache.juneau.csv
CSV Marshalling Support

This package contains classes for marshalling POJOs to and from CSV format. It provides serializers and parsers for converting Java objects to CSV data and vice versa using Juneau's marshalling framework.