Package io.avaje.json.stream.core
package io.avaje.json.stream.core
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 Also:
-
ClassesClassDescriptionUsed to build the default JsonStream implementation with custom settings.