Class GsonMessageAttachmentVideoHtmlFactory

java.lang.Object
com.slack.api.util.json.GsonMessageAttachmentVideoHtmlFactory
All Implemented Interfaces:
com.google.gson.JsonDeserializer<Attachment.VideoHtml>, com.google.gson.JsonSerializer<Attachment.VideoHtml>

public class GsonMessageAttachmentVideoHtmlFactory
extends java.lang.Object
implements com.google.gson.JsonDeserializer<Attachment.VideoHtml>, com.google.gson.JsonSerializer<Attachment.VideoHtml>
  • Constructor Summary

    Constructors 
    Constructor Description
    GsonMessageAttachmentVideoHtmlFactory()  
    GsonMessageAttachmentVideoHtmlFactory​(boolean failOnUnknownProperties)  
  • Method Summary

    Modifier and Type Method Description
    Attachment.VideoHtml deserialize​(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)  
    com.google.gson.JsonElement serialize​(Attachment.VideoHtml src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait