Should serializers defined in this object include the fully
qualified class name of objects being serialized? This can
be helpful when unmarshalling, though if not needed can
be left out in favor of increased performance and smaller
size of marshalled String.
An LocalArgResolver implementation that is registered by default
on the JSONRPCBridge and will replace an HttpServletRequest argument
on a called method with the current request object.
An LocalArgResolver implementation that is registered by default
on the JSONRPCBridge and will replace an HttpSession argument on
a called method with the current session.
This class implements a bridge that unmarshalls JSON objects in JSON-RPC
request format, invokes a method on the exported object, and then marshalls
the resulting Java objects to JSON objects in JSON-RPC result format.
An LocalArgResolver implementation that is registered by default
on the JSONRPCBridge and will replace an JSONRPCBridge argument
on a called method with the seesion specific bridge object.
This class is the public entry point to the serialization code and provides
methods for marshalling Java objects into JSON objects and unmarshalling
JSON objects into Java objects.
Should serializers defined in this object include the fully
qualified class name of objects being serialized? This can
be helpful when unmarshalling, though if not needed can
be left out in favor of increased performance and smaller
size of marshalled String.