Package flexjson

Interface Summary
ClassLocator  
ObjectFactory ObjectFactory allows you to instantiate specific types of objects on path or class types.
Transformer Transformers are used to alter the values written to a Flexjson stream.
 

Class Summary
ChainedIterator  
ChainedSet  
DateTransformer  
HTMLEncoder A helper class provided out of the box to encode characters that HTML can't support natively like <, >, &, or ".
JSONDeserializer<T> JSONDeserializer takes as input a json string and produces a static typed object graph from that json representation.
JSONParameterizedType  
JSONSerializer JSONSerializer is the main class for performing serialization of Java objects to JSON.
JSONTokener A JSONTokener takes a source string and extracts characters and tokens from it.
ObjectBinder  
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.