Package flexjson

Interface Summary
ClassLocator  
ObjectFactory ObjectFactory allows you to instantiate specific types of objects on path or class types.
OutputHandler  
 

Class Summary
BeanAnalyzer  
BeanProperty  
ChainedIterator  
ChainedSet  
DeferredInstantiation<T>  
JSONContext  
JSONDeserializer<T> JSONDeserializer takes as input a json string and produces a static typed object graph from that json representation.
JsonNumber  
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.
StringBufferOutputHandler  
StringBuilderOutputHandler  
TransformerUtil  
TypeContext  
WriterOutputHandler  
 

Enum Summary
BasicType User: brandongoodin Date: Dec 13, 2007 Time: 12:49:06 PM
SerializationType  
 

Exception Summary
JSONException  
 

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



Copyright © 2014. All Rights Reserved.