Class MaterialTypeAdapter
java.lang.Object
com.thoughtworks.go.plugin.configrepo.codec.TypeAdapter
com.thoughtworks.go.plugin.configrepo.codec.MaterialTypeAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<CRMaterial>,com.google.gson.JsonSerializer<CRMaterial>
public class MaterialTypeAdapter extends TypeAdapter implements com.google.gson.JsonDeserializer<CRMaterial>, com.google.gson.JsonSerializer<CRMaterial>
-
Field Summary
Fields inherited from class com.thoughtworks.go.plugin.configrepo.codec.TypeAdapter
ARTIFACT_ORIGIN -
Constructor Summary
Constructors Constructor Description MaterialTypeAdapter() -
Method Summary
Modifier and Type Method Description protected java.lang.Class<?>classForName(java.lang.String typeName, java.lang.String origin)CRMaterialdeserialize(com.google.gson.JsonElement json, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)com.google.gson.JsonElementserialize(CRMaterial material, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext context)Methods inherited from class com.thoughtworks.go.plugin.configrepo.codec.TypeAdapter
determineJsonElementForDistinguishingImplementersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MaterialTypeAdapter
public MaterialTypeAdapter()
-
-
Method Details
-
deserialize
public CRMaterial deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<CRMaterial>- Throws:
com.google.gson.JsonParseException
-
classForName
protected java.lang.Class<?> classForName(java.lang.String typeName, java.lang.String origin)- Specified by:
classForNamein classTypeAdapter
-
serialize
public com.google.gson.JsonElement serialize(CRMaterial material, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext context)- Specified by:
serializein interfacecom.google.gson.JsonSerializer<CRMaterial>
-