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