Package org.stellar.sdk.responses.gson
package org.stellar.sdk.responses.gson
Provides Gson serialization and deserialization adapters for Horizon response types.
This package contains custom JsonDeserializer implementations that
handle polymorphic deserialization of Horizon responses (e.g., effects, operations, assets,
predicates). The GsonSingleton class provides the
pre-configured Gson instance used throughout the SDK.
-
ClassDescriptionGsonSingleton is a singleton class that provides a Gson instance with all the custom deserializers needed to parse Horizon responses.Indicates a generic container that requires type information to be provided after initialisation.