Uses of Interface
io.protostuff.StatefulOutput
-
Packages that use StatefulOutput Package Description io.protostuff -
-
Uses of StatefulOutput in io.protostuff
Classes in io.protostuff that implement StatefulOutput Modifier and Type Class Description class
JsonOutput
An output used for writing data with json format.class
JsonXOutput
An optimized json output which is efficient in writing numeric keys and pre-encoded utf8 strings (in byte array form).class
XmlOutput
An output used for writing data with xml format.class
XmlXOutput
Optimized xml output.class
YamlOutput
An output used for writing data with yaml format.
-