Package com.ardoq.adapter
Class BatchCreateAdapter
java.lang.Object
com.ardoq.adapter.BatchCreateAdapter
- All Implemented Interfaces:
com.google.gson.JsonSerializer<BatchCreateRequest>
public class BatchCreateAdapter extends Object implements com.google.gson.JsonSerializer<BatchCreateRequest>
-
Constructor Summary
Constructors Constructor Description BatchCreateAdapter() -
Method Summary
Modifier and Type Method Description com.google.gson.JsonElementserialize(BatchCreateRequest batch, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
Constructor Details
-
BatchCreateAdapter
public BatchCreateAdapter()
-
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(BatchCreateRequest batch, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)- Specified by:
serializein interfacecom.google.gson.JsonSerializer<BatchCreateRequest>
-