moshi-lazy-adapters icon indicating copy to clipboard operation
moshi-lazy-adapters copied to clipboard

A collection of simple JsonAdapters for Moshi.

Results 9 moshi-lazy-adapters issues
Sort by recently updated
recently updated
newest added

Hey, I have the following issue and maybe I am just missing something: I want to filter out `null` in an enum list. It works great in Java, but fails...

App is not compiling when I updated the moshi to 1.13.0 throwing the following exception. Specs - AGP - 7.0.4 Kotlin - 1.6.10 ``` org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during...

[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...

I realise that FallbackOnNull seems to be geared towards primitives, but supporting any type would be great. Maybe a separate adapter (DefaultOnNull) could work, where a default value for any...

Wrapped adapter is extremely convenient when deserializing unnecessarily wrapped json responses without having to create wrapper classes. But it doesn't seem to work when serializing `POST` data. **Endpoint:** `POST api/{surveyId}/answers`...

Hi, the idea for this lib is really awesome. The only problem now is that it doesn't seem to work with newer codegen moshi, the generated adapter for @Wrapped member...

I am using this adapter with the wrapped annotation. But I have difficulty on serializing a specific list item inside another list (categories). You will find the json below with...

Hi, I used you example in LazyAdaptersRetrofitTest but ended up with the following issue: if 'item' or 'item2' in the test "unwrapNestedJsonAdapter" contain more than one element, then in the...