Package model
Class ProcessorSystemConfig.ClassKeyIdentifierEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<ProcessorSystemConfig.ClassKeyIdentifierEnum>
-
- model.ProcessorSystemConfig.ClassKeyIdentifierEnum.Adapter
-
- Enclosing class:
- ProcessorSystemConfig.ClassKeyIdentifierEnum
public static class ProcessorSystemConfig.ClassKeyIdentifierEnum.Adapter extends com.google.gson.TypeAdapter<ProcessorSystemConfig.ClassKeyIdentifierEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessorSystemConfig.ClassKeyIdentifierEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, ProcessorSystemConfig.ClassKeyIdentifierEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, ProcessorSystemConfig.ClassKeyIdentifierEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<ProcessorSystemConfig.ClassKeyIdentifierEnum>- Throws:
IOException
-
read
public ProcessorSystemConfig.ClassKeyIdentifierEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<ProcessorSystemConfig.ClassKeyIdentifierEnum>- Throws:
IOException
-
-