slackhq / moshi-gson-interop

An interop tool for safely mixing Moshi and Gson models in JSON serialization.
Apache License 2.0
43 stars 7 forks source link

Add examples #9

Open ZacSweers opened 4 years ago

ZacSweers commented 4 years ago
anandwana001 commented 3 years ago

@ZacSweers Could you add a bit more description here on what add examples mean here? is it something like the sample app or the returned instance from val (moshi, gson) = seedMoshi.interopWith(seedGson)?

ZacSweers commented 3 years ago

Examples of interop with auto-value-gson or auto-value-moshi as well as examples with different type adapters and factories. Not an app, just some basic cli tests would be fine