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