Home
last modified time | relevance | path

Searched defs:objAfterDeserialization (Results 1 – 1 of 1) sorted by relevance

/external/gson/gson/src/test/java/com/google/gson/functional/
DParameterizedTypesTest.java205 ObjectWithTypeVariables<Integer> objAfterDeserialization = gson.fromJson(json, typeOfSrc); in testVariableTypeFieldsAndGenericArraysDeserialization() local
216 ObjectWithTypeVariables<Integer> objAfterDeserialization = gson.fromJson(json, typeOfSrc); in testVariableTypeDeserialization() local
229 ObjectWithTypeVariables<Integer> objAfterDeserialization = gson.fromJson(json, typeOfSrc); in testVariableTypeArrayDeserialization() local
244 ObjectWithTypeVariables<Integer> objAfterDeserialization = gson.fromJson(json, typeOfSrc); in testParameterizedTypeWithVariableTypeDeserialization() local
274 ObjectWithTypeVariables<Integer> objAfterDeserialization = gson.fromJson(json, typeOfSrc); in testParameterizedTypeGenericArraysDeserialization() local