| org.apache.struts2.json.annotations | |
| org.apache.struts2.json.rpc | |
| org.apache.struts2.json.smd |
| JSONUtil.ClassVisitor | Realizes the visit(Class) method called by vistInterfaces for all encountered classes/interfaces | code | html |
| JSONCleaner | Isolate the process of cleaning JSON data from the Interceptor class itself. | code | html |
| JSONException | Wrap exceptions throwed by the JSON serializer | code | html |
| JSONInterceptor | Populates an action from a JSON string | code | html |
| JSONPopulator | Isolate the process of populating JSON objects from the Interceptor class itself. | code | html |
| JSONReader | Deserializes and object from a JSON string |
code | html |
| JSONResult | This result serializes an action into JSON. | code | html |
| JSONUtil | Wrapper for JSONWriter with some utility methods. | code | html |
| JSONWriter | Serializes an object into JavaScript Object Notation (JSON). |
code | html |
| SerializationParams | code | html |