Package | Description |
---|---|
org.jsefa | |
org.jsefa.common.lowlevel | |
org.jsefa.csv.lowlevel | |
org.jsefa.flr.lowlevel | |
org.jsefa.rbf.lowlevel | |
org.jsefa.xml.lowlevel |
Modifier and Type | Method and Description |
---|---|
LowLevelSerializer |
Serializer.getLowLevelSerializer()
Returns the underlying low level serializer.
|
Modifier and Type | Method and Description |
---|---|
LowLevelSerializer |
LowLevelIOFactory.createSerializer()
Creates a new
LowLevelSerializer . |
Modifier and Type | Interface and Description |
---|---|
interface |
CsvLowLevelSerializer
Low level CSV Serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvLowLevelSerializerImpl
Implementation of
CsvLowLevelSerializer based on RbfLowLevelSerializerImpl . |
Modifier and Type | Interface and Description |
---|---|
interface |
FlrLowLevelSerializer
Low level FLR Serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
FlrLowLevelSerializerImpl
Implementation of
FlrLowLevelSerializer based on RbfLowLevelSerializerImpl . |
Modifier and Type | Interface and Description |
---|---|
interface |
RbfLowLevelSerializer
Low level RBF Serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
RbfLowLevelSerializerImpl<C extends RbfLowLevelConfiguration>
Abstract implementation of
RbfLowLevelSerializer . |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlLowLevelSerializer
Low level XML Serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
StaxBasedXmlLowLevelSerializer
Stax based implementation of
XmlLowLevelSerializer . |
class |
XmlPullBasedXmlLowLevelSerializer
XmlPull V1 based implementation of
XmlLowLevelSerializer . |
Copyright © 2014. All rights reserved.