withDefaultValue

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

Returns a new factory that will default to {@code defaultValue} upon decoding of unrecognizedlabels. The default value should be immutable.