Package technology.tabula.json
Class RectangularTextContainerSerializer
java.lang.Object
technology.tabula.json.RectangularTextContainerSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<RectangularTextContainer<?>>
public final class RectangularTextContainerSerializer extends Object implements com.google.gson.JsonSerializer<RectangularTextContainer<?>>
-
Field Summary
Fields Modifier and Type Field Description static RectangularTextContainerSerializerINSTANCE -
Method Summary
Modifier and Type Method Description com.google.gson.JsonElementserialize(RectangularTextContainer<?> textContainer, Type type, com.google.gson.JsonSerializationContext context)
-
Field Details
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(RectangularTextContainer<?> textContainer, Type type, com.google.gson.JsonSerializationContext context)- Specified by:
serializein interfacecom.google.gson.JsonSerializer<RectangularTextContainer<?>>
-