Class MCRJSONTypeAdapter<T>

java.lang.Object
org.mycore.common.MCRJSONTypeAdapter<T>
All Implemented Interfaces:
com.google.gson.JsonDeserializer<T>, com.google.gson.JsonSerializer<T>
Direct Known Subclasses:
MCRCategoryIDTypeAdapter, MCRCategoryListTypeAdapter, MCRCategoryTypeAdapter, MCRLabelSetTypeAdapter

public abstract class MCRJSONTypeAdapter<T> extends Object implements com.google.gson.JsonSerializer<T>, com.google.gson.JsonDeserializer<T>
  • Constructor Details

    • MCRJSONTypeAdapter

      public MCRJSONTypeAdapter()
  • Method Details

    • bindTo

      public Type bindTo()