Package | Description |
---|---|
org.jsefa | |
org.jsefa.csv | |
org.jsefa.flr | |
org.jsefa.rbf | |
org.jsefa.xml |
Modifier and Type | Method and Description |
---|---|
Serializer |
IOFactory.createSerializer()
Creates a new
Serializer . |
Modifier and Type | Interface and Description |
---|---|
interface |
CsvSerializer
Iterator-style interface for stream based CSV serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvSerializerImpl
Default implementation of
CsvSerializer based on RbfSerializerImpl . |
Modifier and Type | Interface and Description |
---|---|
interface |
FlrSerializer
Iterator-style interface for stream based FLR serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
FlrSerializerImpl
Default implementation of
FlrSerializer based on RbfSerializerImpl . |
Modifier and Type | Interface and Description |
---|---|
interface |
RbfSerializer
Iterator-style interface for stream based RBF serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
RbfSerializerImpl<L extends RbfLowLevelSerializer>
Abstract implementation of
Serializer for RBF formats. |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlSerializer
Iterator-style interface for stream based xml serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlSerializerImpl
Default implementation of
XmlSerializer . |
Copyright © 2014. All rights reserved.