Module io.avaje.jsonb
Package io.avaje.jsonb.stream
package io.avaje.jsonb.stream
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:
 
- 
ClassDescriptionOutput that can be aware of server content chunking.Default implementation of JsonStreamAdapter provided with Jsonb.Used to build JsonStream with custom settings.