Uses of Class
io.protostuff.JsonOutput
-
Packages that use JsonOutput Package Description io.protostuff -
-
Uses of JsonOutput in io.protostuff
Methods in io.protostuff that return JsonOutput Modifier and Type Method Description JsonOutput
JsonOutput. reset()
Resets this output for re-use.JsonOutput
JsonOutput. use(Schema<?> schema)
Before serializing a message/object tied to a schema, this should be called.
-