If defined will be used instead of JSONResult.defaultEncoding, you can define it with result
<result name="success" type="json">
<param name="encoding">UTF-8</param>
</result>
Controls how Enum's are serialized : If true, an Enum is serialized as a
name=value pair (name=name()) (default) If false, an Enum is serialized
as a bean with a special property _name=name()
If true, an Enum is serialized as a bean with a special property
_name=name() as all as all other properties defined within the enum.
If false, an Enum is serialized as a name=value pair (name=name())
Controls whether interfaces should be inspected for method annotations
You may need to set to this true if your action is a proxy as annotations
on methods are not inherited
Visit all the interfaces realized by the specified object, its
superclasses and its interfaces Visitation is performed in the
following order: aClass aClass' interfaces the interface's superclasses
(interfaces) aClass' superclass superclass' interfaces superclass'
interface's superclasses (interfaces) super-superclass and so on The
Object base class is base excluded.