MCPcopy Create free account
hub / github.com/kk121/File-Loader / JsonTest

Class JsonTest

app/src/main/java/com/krishna/fileloadersample/JsonTest.java:11–24  ·  view source on GitHub ↗

Created by krishna on 15/10/17.

Source from the content-addressed store, hash-verified

9 */
10
11public class JsonTest implements Serializable{
12 @SerializedName("key2")
13 public String key2;
14 @SerializedName("key1")
15 public String key1;
16
17 @Override
18 public String toString() {
19 return "JsonTest{" +
20 "key2='" + key2 + '\'' +
21 ", key1='" + key1 + '\'' +
22 '}';
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…