public class StorageTypeDescriptorSerializer extends com.google.gson.TypeAdapter<RestStorageTypeDescriptor>
Constructor and Description |
---|
StorageTypeDescriptorSerializer() |
Modifier and Type | Method and Description |
---|---|
RestStorageTypeDescriptor |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
RestStorageTypeDescriptor value) |
public RestStorageTypeDescriptor read(com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<RestStorageTypeDescriptor>
IOException
public void write(com.google.gson.stream.JsonWriter out, RestStorageTypeDescriptor value) throws IOException
write
in class com.google.gson.TypeAdapter<RestStorageTypeDescriptor>
IOException
Copyright © 2013–2019. All rights reserved.