-
public class ProfileDataSerializer
-
-
Method Summary
Modifier and Type Method Description static JSONObjectserialize(@NonNull() ProfileUpdateOperation profileUpdateOperation)Serialize a ProfileDataModel object. static JSONObjectserializePartialUpdateAttribute(@NonNull() ProfilePartialUpdateAttribute attribute)Serialize a ProfilePartialUpdateAttribute -
-
Method Detail
-
serialize
@NonNull() static JSONObject serialize(@NonNull() ProfileUpdateOperation profileUpdateOperation)
Serialize a ProfileDataModel object.
- Parameters:
profileUpdateOperation- The object to serialize
-
serializePartialUpdateAttribute
@NonNull() static JSONObject serializePartialUpdateAttribute(@NonNull() ProfilePartialUpdateAttribute attribute)
Serialize a ProfilePartialUpdateAttribute
- Parameters:
attribute- The object to serialize
-
-
-
-