Package | Description |
---|---|
org.basex.core |
Database core classes.
|
org.basex.core.cmd |
Database commands.
|
org.basex.io.serial | |
org.basex.io.serial.csv | |
org.basex.io.serial.json | |
org.basex.query |
XQuery implementation.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.value |
XQuery values.
|
Modifier and Type | Field and Description |
---|---|
static OptionsOption<SerializerOptions> |
MainOptions.EXPORTER
Exporter serialization parameters.
|
static OptionsOption<SerializerOptions> |
MainOptions.SERIALIZER
Serialization parameters.
|
Modifier and Type | Method and Description |
---|---|
static void |
Export.export(Data data,
String path,
SerializerOptions sopts,
Export export)
Exports the current database to the specified path.
|
Modifier and Type | Field and Description |
---|---|
protected SerializerOptions |
OutputSerializer.sopts
Serializer options.
|
Modifier and Type | Method and Description |
---|---|
static SerializerOptions |
SerializerOptions.get(boolean indent)
Returns serialization parameters.
|
Modifier and Type | Method and Description |
---|---|
static Serializer |
Serializer.get(OutputStream os,
SerializerOptions sopts)
Returns a specific serializer.
|
Constructor and Description |
---|
AdaptiveSerializer(PrintOutput out,
SerializerOptions sopts)
Constructor, specifying serialization options.
|
OutputSerializer(PrintOutput out,
SerializerOptions sopts)
Constructor.
|
SerializerOptions(SerializerOptions opts)
Constructor with options to be copied.
|
StandardSerializer(PrintOutput out,
SerializerOptions sopts)
Constructor.
|
Constructor and Description |
---|
CsvDirectSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
CsvMapSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
Constructor and Description |
---|
JsonMLSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
JsonNodeSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
JsonNodeSerializer(PrintOutput out,
SerializerOptions opts,
AdaptiveSerializer adaptive)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SerializerOptions |
QueryContext.serParams()
Returns the query-specific or global serialization parameters.
|
Modifier and Type | Method and Description |
---|---|
static SerializerOptions |
FuncOptions.serializer(Item it,
InputInfo info)
Converts the specified output parameter item to serialization parameters.
|
static SerializerOptions |
FuncOptions.serializer(Item it,
SerializerOptions sopts,
InputInfo info)
Converts the specified output parameter item to serialization parameters.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
StandardFunc.serialize(Iter ir,
SerializerOptions opts,
QueryError err)
Serializes the data from the specified iterator.
|
static SerializerOptions |
FuncOptions.serializer(Item it,
SerializerOptions sopts,
InputInfo info)
Converts the specified output parameter item to serialization parameters.
|
Modifier and Type | Method and Description |
---|---|
ArrayOutput |
Value.serialize(SerializerOptions options)
Serializes the value with the specified serialization parameters and returns the cached result.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.