public abstract class BlockAdapterFactory
extends java.lang.Object
implements com.google.gson.TypeAdapterFactory
public static TypeAdapter<Block> typeAdapter(Gson gson) {
return new AutoValue_Block.GsonTypeAdapter(gson);
}
| Constructor and Description |
|---|
BlockAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.TypeAdapterFactory |
create() |
Copyright © 2019 Exonum. All rights reserved.