Uses of Package
net.sf.json.processors

Packages that use net.sf.json.processors
net.sf.json The core of the library 
net.sf.json.processors Support for custom serialization 
 

Classes in net.sf.json.processors used by net.sf.json
JsonBeanProcessor
          Base interface for custom serialization per Bean.
JsonBeanProcessorMatcher
          Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals().
JsonValueProcessor
          Base interface for custom serialization per property.
 

Classes in net.sf.json.processors used by net.sf.json.processors
JsonBeanProcessor
          Base interface for custom serialization per Bean.
JsonBeanProcessorMatcher
          Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals().
JsonValueProcessor
          Base interface for custom serialization per property.
 



Copyright © 2006-2012 Json-lib. All Rights Reserved.