| Package | Description |
|---|---|
| proguard.optimize.gson |
This package contains classes for optimizing usages of the Gson library for serializing and deserialing Json.
|
| Class and Description |
|---|
| _OptimizedJsonReader
Interface for reading Json fields and values using an internal index.
|
| _OptimizedJsonWriter |
| _OptimizedTypeAdapter
Marker interface for all injected optimized GSON type adapters.
|
| GsonDeserializationOptimizer.FromJsonFieldCase |
| GsonRuntimeSettings
This class keeps track of which parameters of the GsonBuilder are being
utilized in the code.
|
| OptimizedJsonFieldCollector.Mode |
| OptimizedJsonInfo
This class keeps track of which Java classes and fields can be involved in
Json (de)serialization and stores their corresponding Json field names
and internal indices.
|
| OptimizedJsonInfo.ClassJsonInfo |
Copyright © 2019. All rights reserved.