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