0

So I have this class

public class PaymentsAddVm {

    private Drawable drawable;

    public Drawable getDrawable() {
            return drawable;
    }  

    public void setDrawable(Drawable resourceId) {
         this.drawable = resourceId;
    }
}

I need to be able to pass it to Intent but it require serializable object. Any ideas?

Kristiyan Gergov
  • 161
  • 1
  • 11

0 Answers0