public abstract class CoreTypeAdapterFactory extends Object implements com.google.gson.TypeAdapterFactory
Note that you need to provide an accessible static factory method in your AutoValue class.
public static TypeAdapter<TransactionResult> typeAdapter(Gson gson) {
return new AutoValue_TransactionResult.GsonTypeAdapter(gson);
}
| Constructor and Description |
|---|
CoreTypeAdapterFactory() |
Copyright © 2019 Exonum. All rights reserved.