Skip to content
This repository was archived by the owner on Aug 9, 2020. It is now read-only.
This repository was archived by the owner on Aug 9, 2020. It is now read-only.

RxCache not support generic paradigm #73

@ml-bright

Description

@ml-bright

like this:

class Response<T> {

    int code;

   T data;

 }

I want to cast to Response<List<City>> use the T

while throw exception java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions