public final class CsvSerializerImpl extends RbfSerializerImpl<CsvLowLevelSerializer> implements CsvSerializer
CsvSerializer based on RbfSerializerImpl.| Modifier and Type | Method and Description |
|---|---|
protected void |
writePrefix(String prefix)
Writes the prefix.
|
protected void |
writeSimpleValue(Object object,
SimpleTypeMapping<?> mapping)
Writes the given value as a simple value using the simple type mapping.
|
close, flush, getLowLevelSerializer, open, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLowLevelSerializerclose, flush, open, writeprotected void writeSimpleValue(Object object, SimpleTypeMapping<?> mapping)
writeSimpleValue in class RbfSerializerImpl<CsvLowLevelSerializer>object - the value to writemapping - the simple type mappingprotected void writePrefix(String prefix)
writePrefix in class RbfSerializerImpl<CsvLowLevelSerializer>prefix - the prefixCopyright © 2014. All rights reserved.