io.avaje.json.stream.core.package-info Maven / Gradle / Ivy
/**
* Default stream handling provided with Jsonb.
*
* This implementation is provided by default as it is known to perform faster
* than Jackson's JsonParser/JsonGenerator that comes with jackson-core
.
*
* Including avaje-jsonb-jackson
would replace this implementation
* with one based on jackson-core
to do the underlying JSON parsing
* and generation.
*
* @see io.avaje.json.stream.core.JsonStreamBuilder
*/
package io.avaje.json.stream.core;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy