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