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