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