public final class StorageAttributesSerializer extends AbstractContentSerializer<KomodoStorageAttributes>
Constructor and Description |
---|
StorageAttributesSerializer() |
Modifier and Type | Method and Description |
---|---|
KomodoStorageAttributes |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
KomodoStorageAttributes value) |
readContent, writeContent
public KomodoStorageAttributes read(com.google.gson.stream.JsonReader in) throws IOException
read
in class AbstractContentSerializer<KomodoStorageAttributes>
IOException
TypeAdapter.read(com.google.gson.stream.JsonReader)
public void write(com.google.gson.stream.JsonWriter out, KomodoStorageAttributes value) throws IOException
write
in class AbstractContentSerializer<KomodoStorageAttributes>
IOException
TypeAdapter.write(com.google.gson.stream.JsonWriter, java.lang.Object)
Copyright © 2013–2019. All rights reserved.