Uses of Class
flexjson.JSONSerializer

Packages that use JSONSerializer
flexjson   
 

Uses of JSONSerializer in flexjson
 

Methods in flexjson that return JSONSerializer
 JSONSerializer JSONSerializer.exclude(String... fields)
          This takes in a dot expression representing fields to exclude when serialize method is called.
 JSONSerializer JSONSerializer.include(String... fields)
          This takes in a dot expression representing fields to include when serialize method is called.
 JSONSerializer JSONSerializer.prettyPrint(boolean prettyPrint)
          format output with indentations
 JSONSerializer JSONSerializer.rootName(String rootName)
          This wraps the resulting JSON in a javascript object that contains a single field named rootName.
 JSONSerializer JSONSerializer.transform(Transformer transformer, Class... types)
          This adds a Transformer used to manipulate the value of all fields that match the type.
 JSONSerializer JSONSerializer.transform(Transformer transformer, String... fields)
          This adds a Transformer used to manipulate the value of all the fields you give it.
 



Copyright © 2014. All Rights Reserved.