public final class SearcherAttributesSerializer extends PathAttributeSerializer<KomodoSearcherAttributes>
Constructor and Description |
---|
SearcherAttributesSerializer() |
Modifier and Type | Method and Description |
---|---|
protected KomodoSearcherAttributes |
createEntity() |
KomodoSearcherAttributes |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
KomodoSearcherAttributes value) |
readPath, writePath
protected KomodoSearcherAttributes createEntity()
createEntity
in class PathAttributeSerializer<KomodoSearcherAttributes>
public KomodoSearcherAttributes read(com.google.gson.stream.JsonReader in) throws IOException
read
in class PathAttributeSerializer<KomodoSearcherAttributes>
IOException
TypeAdapter.read(com.google.gson.stream.JsonReader)
public void write(com.google.gson.stream.JsonWriter out, KomodoSearcherAttributes value) throws IOException
write
in class PathAttributeSerializer<KomodoSearcherAttributes>
IOException
TypeAdapter.write(com.google.gson.stream.JsonWriter, java.lang.Object)
Copyright © 2013–2019. All rights reserved.