Package flexjson

Interface Summary
Transformer Transformers are used to alter the values written to a Flexjson stream.
 

Class Summary
ChainedIterator  
ChainedSet  
HTMLEncoder A helper class provided out of the box to encode characters that HTML can't support natively like <, >, &, or ".
JSONSerializer JSONSerializer is the main class for performing serialization of Java objects to JSON.
Path Internal class used by Flexjson to represent a path to a field within a serialized stream.
PathExpression This is an internal class for Flexjson.
 

Exception Summary
JSONException This is a general purpose exception throw whenever JSONSerializer encounters an error.
 

Annotation Types Summary
JSON This annotation is used by JSONSerializer to include or exclude fields from the JSON serialization process.