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

Method serialize

basex-core/src/test/java/org/basex/query/QueryTest.java:83–85  ·  view source on GitHub ↗

Serializes the specified value. @param value value @return string representation @throws QueryIOException query I/O exception

(final Value value)

Source from the content-addressed store, hash-verified

81 * @throws QueryIOException query I/O exception
82 */
83 protected static String serialize(final Value value) throws QueryIOException {
84 return serialize(value, new StringBuilder()).toString();
85 }
86
87 /**
88 * Serializes the specified value to the specified string builder.

Callers 3

testMethod · 0.95
uriResolverMethod · 0.45
stripNSMethod · 0.45

Calls 3

toStringMethod · 0.65
appendMethod · 0.65
sizeMethod · 0.65

Tested by

no test coverage detected