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