Class ParameterFieldDeserializer

java.lang.Object
velox.api.layer1.simplified.ParameterFieldDeserializer
All Implemented Interfaces:
com.google.gson.JsonDeserializer<UserSettings.ParameterField>

public class ParameterFieldDeserializer
extends java.lang.Object
implements com.google.gson.JsonDeserializer<UserSettings.ParameterField>
  • Constructor Summary

    Constructors 
    Constructor Description
    ParameterFieldDeserializer()  
  • Method Summary

    Modifier and Type Method Description
    UserSettings.ParameterField deserialize​(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • deserialize

      public UserSettings.ParameterField deserialize​(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
      Specified by:
      deserialize in interface com.google.gson.JsonDeserializer<UserSettings.ParameterField>
      Throws:
      com.google.gson.JsonParseException