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 JsonOutputJsonOutput. reset()Resets this output for re-use.JsonOutputJsonOutput. use(Schema<?> schema)Before serializing a message/object tied to a schema, this should be called.
-