All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.avaje.json.stream.core.package-info Maven / Gradle / Ivy

There is a newer version: 3.0-RC2
Show newest version
/**
 * 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