Home
last modified time | relevance | path

Searched refs:objToSerialize (Results 1 – 1 of 1) sorted by relevance

/external/gson/gson/src/test/java/com/google/gson/functional/
DParameterizedTypesTest.java185 ObjectWithTypeVariables<Integer> objToSerialize = in testVariableTypeFieldsAndGenericArraysSerialization() local
187 String json = gson.toJson(objToSerialize, typeOfSrc); in testVariableTypeFieldsAndGenericArraysSerialization()
189 assertEquals(objToSerialize.getExpectedJson(), json); in testVariableTypeFieldsAndGenericArraysSerialization()
202 ObjectWithTypeVariables<Integer> objToSerialize = in testVariableTypeFieldsAndGenericArraysDeserialization() local
204 String json = gson.toJson(objToSerialize, typeOfSrc); in testVariableTypeFieldsAndGenericArraysDeserialization()
213 ObjectWithTypeVariables<Integer> objToSerialize = in testVariableTypeDeserialization() local
215 String json = gson.toJson(objToSerialize, typeOfSrc); in testVariableTypeDeserialization()
226 ObjectWithTypeVariables<Integer> objToSerialize = in testVariableTypeArrayDeserialization() local
228 String json = gson.toJson(objToSerialize, typeOfSrc); in testVariableTypeArrayDeserialization()
241 ObjectWithTypeVariables<Integer> objToSerialize = in testParameterizedTypeWithVariableTypeDeserialization() local
[all …]