net.sf.jsefa.csv
Class CsvSerializerImpl
java.lang.Object
net.sf.jsefa.rbf.RbfSerializerImpl<CsvLowLevelSerializer>
net.sf.jsefa.csv.CsvSerializerImpl
- All Implemented Interfaces:
- CsvSerializer, RbfSerializer, Serializer
public final class CsvSerializerImpl
- extends RbfSerializerImpl<CsvLowLevelSerializer>
- implements CsvSerializer
Default implementation of CsvSerializer
based on RbfSerializerImpl
.
- Author:
- Norman Lahme-Huetig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writeSimpleValue
protected void writeSimpleValue(Object object,
SimpleTypeMapping<?> mapping)
- Writes the given value as a simple value using the simple type mapping.
- Specified by:
writeSimpleValue
in class RbfSerializerImpl<CsvLowLevelSerializer>
- Parameters:
object
- the value to writemapping
- the simple type mapping
writePrefix
protected void writePrefix(String prefix)
- Writes the prefix.
- Specified by:
writePrefix
in class RbfSerializerImpl<CsvLowLevelSerializer>
- Parameters:
prefix
- the prefix
Copyright © 2014. All rights reserved.