Named Json Adapter
A JsonAdapter that implements toString
. This class is here to avoid adding one extra method per generated adapter.
This class should not be considered part of the Kotshi's public API and can change at any time without notice.
Parameters
T
The type that this adapter can serialize and deserialize. Cannot be nullable.
to String
The value that should be returned from toString.