All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description NonBlockingInputFeeder Interface used by non-blockingJsonParser
to get more input to parse.NonBlockingParser Mix-in interface used withJsonParser
, extending it with features needed to process data in non-blocking ("asynchronous")NonBlockingParserImpl PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.SmileBufferRecycler<T> Simple helper class used for implementing simple reuse system for Smile-specific buffers that are used.SmileConstants Constants used bySmileGenerator
andSmileParser
SmileFactory Factory used for constructingSmileParser
andSmileGenerator
instances; both of which handle Smile encoded data.SmileGenerator JsonGenerator
implementation for Smile-encoded content (see Smile Format Specification)SmileGenerator.Feature Enumeration that defines all togglable features for Smile generators.SmileGenerator.SharedStringNode Helper class used for keeping track of possibly shareable String references (for field names and/or short String values)SmileParser SmileParser.Feature Enumeration that defines all togglable features for Smile generators.SmileParserBootstrapper Simple bootstrapper version used with Smile format parser.SmileUtil Class for miscellaneous helper methods.Tool Simple command-line utility that can be used to encode JSON as Smile, or decode JSON from Smile: direction is indicated by single command-line option of either "-e" (encode) or "-d" (decode).