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