Class Gson.FutureTypeAdapter<T>

Enclosing class:
Gson

static class Gson.FutureTypeAdapter<T> extends SerializationDelegatingTypeAdapter<T>
Proxy type adapter for cyclic type graphs.

Important: Setting the delegate adapter is not thread-safe; instances of FutureTypeAdapter must only be published to other threads after the delegate has been set.

See Also: