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