-
public class EventAttributesSerializer
-
-
Method Summary
Modifier and Type Method Description static JSONObjectserialize(BatchEventAttributes eventAttributes)static JSONObjectserializeObject(BatchEventAttributes eventAttributes)static JSONArrayserializeList(List<BatchEventAttributes> eventAttributesList)-
-
Method Detail
-
serialize
static JSONObject serialize(BatchEventAttributes eventAttributes)
-
serializeObject
static JSONObject serializeObject(BatchEventAttributes eventAttributes)
-
serializeList
static JSONArray serializeList(List<BatchEventAttributes> eventAttributesList)
-
-
-
-