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

Method get

basex-core/src/main/java/org/basex/io/serial/Serializer.java:88–90  ·  view source on GitHub ↗

Returns a default serializer. @param os output stream reference @return serializer @throws IOException I/O exception

(final OutputStream os)

Source from the content-addressed store, hash-verified

86 * @throws IOException I/O exception
87 */
88 public static Serializer get(final OutputStream os) throws IOException {
89 return get(os, null);
90 }
91
92 /**
93 * Returns a specific serializer.

Callers 15

serializeMethod · 0.95
run0Method · 0.95
getContentMethod · 0.95
serializeMethod · 0.95
exportMethod · 0.95
runMethod · 0.95
runMethod · 0.95
nodeSerializerMethod · 0.95
serializerMethod · 0.95
serializeMethod · 0.95
writeMethod · 0.95
serializeMethod · 0.95

Calls 4

getMethod · 0.95
getMethod · 0.95
getMethod · 0.65
finishMethod · 0.45

Tested by 3

serializeMethod · 0.76
runMethod · 0.76
parseMethod · 0.76