Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
1.2.0.RELEASE, 1.2.1.RELEASE, 1.2.2.RELEASE, 1.2.3.RELEASE
-
None
Description
Add the following methods to *_Roo_Json to make is possible to add relationships to json serialization.
public String toJson(String... includeParams)
{
return new JSONSerializer().include(includeParams).exclude("*.class").serialize(this);
}