Package ai.djl.modality.cv.output
Class CategoryMask.SegmentationSerializer
- java.lang.Object
-
- ai.djl.modality.cv.output.CategoryMask.SegmentationSerializer
-
- All Implemented Interfaces:
com.google.gson.JsonSerializer<CategoryMask>
- Enclosing class:
- CategoryMask
public static final class CategoryMask.SegmentationSerializer extends java.lang.Object implements com.google.gson.JsonSerializer<CategoryMask>
A customized Gson serializer to serialize theSegmentationobject.
-
-
Constructor Summary
Constructors Constructor Description SegmentationSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonElementserialize(CategoryMask src, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext ctx)
-
-
-
Method Detail
-
serialize
public com.google.gson.JsonElement serialize(CategoryMask src, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext ctx)
- Specified by:
serializein interfacecom.google.gson.JsonSerializer<CategoryMask>
-
-