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