Hey,
I develope the spring-json view.
Spring Json-View adds JavaScript Object Notation (json) support to Spring-MVC. It is deaply integrated into the spring mvc-module and can be used with all kind standart-controllers.
After I integrated json-lib and sojo, I figured out that flexjson would add
all needed functionality to cover the spring mvc characteristics and would add some very interesting additional features. The flexjson integation would fit a lot better than the json-lib integration and be a lot more powerfull than the sojo integration.
I figured out that an elegant interation would be top override the doTransform() method of the JSONSerializer.
The problem is it is private !!!!!
Would there be a change to change it to public or at least to protected ??
Friendly regardes.
Kai
Defect or Feature will not be fixed.
The code has changed quite a bit since this feature was written. Unfortunately , the user didn't describe why they needed doTransform() to allow the user to overide it so we can't infer if the code supports this request today or not. However, the code has been made significantly flexible such that doTransform() doesn't need to be modified. Therefore, I'm closing this RFE.