Package com.slack.api.util.json
Class GsonRichTextElementFactory
java.lang.Object
com.slack.api.util.json.GsonRichTextElementFactory
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<RichTextElement>,com.google.gson.JsonSerializer<RichTextElement>
public class GsonRichTextElementFactory extends java.lang.Object implements com.google.gson.JsonDeserializer<RichTextElement>, com.google.gson.JsonSerializer<RichTextElement>
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
-
Constructor Summary
Constructors Constructor Description GsonRichTextElementFactory()GsonRichTextElementFactory(boolean failOnUnknownProperties) -
Method Summary
Modifier and Type Method Description RichTextElementdeserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)static java.lang.Class<? extends RichTextElement>detectElementClass(java.lang.String className)Deprecated.com.google.gson.JsonElementserialize(RichTextElement src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Constructor Details
-
GsonRichTextElementFactory
public GsonRichTextElementFactory() -
GsonRichTextElementFactory
public GsonRichTextElementFactory(boolean failOnUnknownProperties)
-
-
Method Details
-
deserialize
public RichTextElement deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<RichTextElement>- Throws:
com.google.gson.JsonParseException
-
serialize
public com.google.gson.JsonElement serialize(RichTextElement src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)- Specified by:
serializein interfacecom.google.gson.JsonSerializer<RichTextElement>
-
detectElementClass
@Deprecated public static java.lang.Class<? extends RichTextElement> detectElementClass(java.lang.String className)Deprecated.
-