Uses of Class
org.codehaus.jackson.smile.SmileGenerator
Packages that use SmileGenerator
Package
Description
Package that contains experimental implementation of
"Binary-Encoded JSON-Like" data format handlers (parser,
generator, factory produce both, supporting constants).
-
Uses of SmileGenerator in org.codehaus.jackson.smile
Methods in org.codehaus.jackson.smile that return SmileGeneratorModifier and TypeMethodDescriptionprotected SmileGenerator
SmileFactory._createJsonGenerator
(OutputStream out, IOContext ctxt) SmileGenerator.configure
(SmileGenerator.Feature f, boolean state) SmileFactory.createJsonGenerator
(OutputStream out) Since Smile format always uses UTF-8 internally, no encoding need to be passed to this method.SmileFactory.createJsonGenerator
(OutputStream out, JsonEncoding enc) note: co-variant return typeSmileGenerator.disable
(SmileGenerator.Feature f) SmileGenerator.enable
(SmileGenerator.Feature f)