MCPcopy Create free account
hub / github.com/BaseXdb/basex / serialize

Method serialize

basex-core/src/main/java/org/basex/query/value/Value.java:250–252  ·  view source on GitHub ↗

Serializes the value, using the standard XML serializer, and returns the cached result. @return serialized value @throws QueryIOException query I/O exception

()

Source from the content-addressed store, hash-verified

248 * @throws QueryIOException query I/O exception
249 */
250 public final ArrayOutput serialize() throws QueryIOException {
251 return serialize((SerializerOptions) null);
252 }
253
254 /**
255 * Serializes the value with the specified serialization parameters and returns the cached result.

Callers 1

writeMethod · 0.45

Calls 5

getMethod · 0.95
debugMethod · 0.95
getIOMethod · 0.80
getLocalizedMessageMethod · 0.45
finishedMethod · 0.45

Tested by

no test coverage detected