Skip to content

Instantly share code, notes, and snippets.

View Cadiducho's full-sized avatar
🏠
Working from home

Dani Matilla Cadiducho

🏠
Working from home
View GitHub Profile
@Cadiducho
Cadiducho / Example.java
Last active November 7, 2017 17:24 — forked from saguinav/Example.java
Polymorphic deserialization with Moshi
package com.square.moshi.example;
import com.squareup.moshi.RuntimeTypeJsonAdapterFactory.RuntimeType;
public class Example {
static class Animal {
String type;
String name;