public class PersonProfileImJsonSerializer extends BaseJsonSerializer<PersonProfileIm>
PersonProfileIm
Constructor and Description |
---|
PersonProfileImJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
buildJson(PersonProfileIm object,
boolean includeRoot) |
buildJson, buildJson, wrapRoot
dateFormatter, datetimeFormatter, optCollection, optDate, optDateTime, optIntegerCollection, optIntegerList, optIntegerSet, optString, optStringCollection, optStringList, optStringSet
public org.json.JSONObject buildJson(PersonProfileIm object, boolean includeRoot)
buildJson
in class BaseJsonSerializer<PersonProfileIm>
object
- A T instanceincludeRoot
- Whether to wrap in root element or not