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