- All Implemented Interfaces:
com.google.gson.JsonSerializer<@NotNull Marker<?>>
- Enclosing class:
AbstractDataTask
protected static class AbstractDataTask.Adapter
extends Object
implements com.google.gson.JsonSerializer<@NotNull Marker<?>>
-
Constructor Summary
Constructors
-
Method Summary
@NotNull com.google.gson.JsonElement
serialize(@NotNull Marker<?> marker,
@NotNull Type type,
@NotNull com.google.gson.JsonSerializationContext context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Adapter
protected Adapter()
-
Method Details
-
serialize
@NotNull
public @NotNull com.google.gson.JsonElement serialize(@NotNull
@NotNull Marker<?> marker,
@NotNull
@NotNull Type type,
@NotNull
@NotNull com.google.gson.JsonSerializationContext context)
- Specified by:
serialize
in interface com.google.gson.JsonSerializer<@NotNull Marker<?>>