Uses of Package
flexjson

Packages that use flexjson
flexjson   
flexjson.factories   
flexjson.locators   
 

Classes in flexjson used by flexjson
ClassLocator
           
JSONDeserializer
           JSONDeserializer takes as input a json string and produces a static typed object graph from that json representation.
JSONException
          This is a general purpose exception throw whenever JSONSerializer encounters an error.
JSONSerializer
           JSONSerializer is the main class for performing serialization of Java objects to JSON.
ObjectBinder
           
ObjectFactory
          ObjectFactory allows you to instantiate specific types of objects on path or class types.
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.
Transformer
          Transformers are used to alter the values written to a Flexjson stream.
 

Classes in flexjson used by flexjson.factories
ClassLocator
           
ObjectBinder
           
ObjectFactory
          ObjectFactory allows you to instantiate specific types of objects on path or class types.
 

Classes in flexjson used by flexjson.locators
ClassLocator
           
Path
          Internal class used by Flexjson to represent a path to a field within a serialized stream.