public final class CsvMapSerializer extends StandardSerializer
JsonMapConverter
class.atomic, form, map, sep
itemsep, out, sopts
Constructor and Description |
---|
CsvMapSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
atomic(Item value)
Serializes an atomic value.
|
void |
serialize(Item item)
Serializes the specified item, which may be a node or an atomic value.
|
encode, function, node, norm, printChar, printChars, reset
close, finished, indent, itemsep, newline
attribute, closeDoc, closeElement, comment, finishClose, finishEmpty, finishOpen, get, get, ignore, namespace, nsUri, openDoc, openElement, pi, startOpen, text
public CsvMapSerializer(PrintOutput out, SerializerOptions opts) throws IOException
out
- print outputopts
- serialization parametersIOException
- I/O exceptionpublic void serialize(Item item) throws IOException
Serializer
serialize
in class StandardSerializer
item
- item to be serializedIOException
- I/O exceptionprotected void atomic(Item value) throws IOException
Serializer
atomic
in class StandardSerializer
value
- itemIOException
- I/O exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.