Class SerializationDelegatingTypeAdapter<T>

    • Constructor Detail

      • SerializationDelegatingTypeAdapter

        public SerializationDelegatingTypeAdapter()
    • Method Detail

      • getSerializationDelegate

        public abstract TypeAdapter<T> getSerializationDelegate()
        Returns the adapter used for serialization, might be this or another adapter. That other adapter might itself also be a SerializationDelegatingTypeAdapter.