| Methods in flexjson that return JSONSerializer |
JSONSerializer |
JSONSerializer.exclude(java.lang.String... fields)
This takes in a dot expression representing fields
to exclude when serialize method is called. |
JSONSerializer |
JSONSerializer.include(java.lang.String... fields)
This takes in a dot expression representing fields to
include when serialize method is called. |
JSONSerializer |
JSONSerializer.transform(Transformer transformer,
java.lang.String... fields)
This adds a Transformer used to manipulate the value of all the fields you give it. |