Extends {@link JsonFactory} mostly so that users can actually use it in placeof regular non-Smile factory instances.
Note on using non-byte-based sources/targets (char based, like {@link java.io.Reader} and {@link java.io.Writer}): these can not be used for Smile-format documents, and thus will either downgrade to textual JSON (when parsing), or throw exception (when trying to create generator). @author tatu @since 1.6
|
|
|
|
|
|
|
|