withDefaultValue

open fun withDefaultValue(@Nullable defaultValue: T): PolymorphicJsonAdapterFactory<T>

Returns a new factory that will default to defaultValue upon decoding of unrecognized labels. The default value should be immutable.