with Default Value
open fun withDefaultValue(@Nullable defaultValue: T): PolymorphicJsonAdapterFactory<T>
Content copied to clipboard
Returns a new factory that will default to defaultValue upon decoding of unrecognized labels. The default value should be immutable.