Class BlockbenchAnimationAdapter
java.lang.Object
me.rochblondiaux.blockbench.adapters.BlockbenchAnimationAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<BlockbenchAnimationImpl>
public class BlockbenchAnimationAdapter
extends Object
implements com.google.gson.JsonDeserializer<BlockbenchAnimationImpl>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
Constructor Details
-
BlockbenchAnimationAdapter
public BlockbenchAnimationAdapter()
-
-
Method Details
-
deserialize
public BlockbenchAnimationImpl deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<BlockbenchAnimationImpl>- Throws:
com.google.gson.JsonParseException
-