public static class ItemTransformVec3f.Deserializer extends java.lang.Object implements com.google.gson.JsonDeserializer<ItemTransformVec3f>
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static Vector3f | ROTATION_DEFAULT | 
| static Vector3f | SCALE_DEFAULT | 
| static Vector3f | TRANSLATION_DEFAULT | 
| コンストラクタと説明 | 
|---|
| Deserializer() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| ItemTransformVec3f | deserialize(com.google.gson.JsonElement p_deserialize_1_,
           java.lang.reflect.Type p_deserialize_2_,
           com.google.gson.JsonDeserializationContext p_deserialize_3_)Gson invokes this call-back method during deserialization when it encounters a field of the
 specified type. | 
public static final Vector3f ROTATION_DEFAULT
public static final Vector3f TRANSLATION_DEFAULT
public static final Vector3f SCALE_DEFAULT
public ItemTransformVec3f deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) throws com.google.gson.JsonParseException
com.google.gson.JsonDeserializerIn the implementation of this call-back method, you should consider invoking
 JsonDeserializationContext.deserialize(JsonElement, Type) method to create objects
 for any non-trivial field of the returned object. However, you should never invoke it on the
 the same type passing json since that will cause an infinite loop (Gson will call your
 call-back method again).
deserialize インタフェース内 com.google.gson.JsonDeserializer<ItemTransformVec3f>p_deserialize_1_ - The Json data being deserializedp_deserialize_2_ - The type of the Object to deserialize toTcom.google.gson.JsonParseException - if json is not in the expected format of typeofT