Searched refs:objToSerialize (Results 1 – 1 of 1) sorted by relevance
185 ObjectWithTypeVariables<Integer> objToSerialize = in testVariableTypeFieldsAndGenericArraysSerialization() local187 String json = gson.toJson(objToSerialize, typeOfSrc); in testVariableTypeFieldsAndGenericArraysSerialization()189 assertEquals(objToSerialize.getExpectedJson(), json); in testVariableTypeFieldsAndGenericArraysSerialization()202 ObjectWithTypeVariables<Integer> objToSerialize = in testVariableTypeFieldsAndGenericArraysDeserialization() local204 String json = gson.toJson(objToSerialize, typeOfSrc); in testVariableTypeFieldsAndGenericArraysDeserialization()213 ObjectWithTypeVariables<Integer> objToSerialize = in testVariableTypeDeserialization() local215 String json = gson.toJson(objToSerialize, typeOfSrc); in testVariableTypeDeserialization()226 ObjectWithTypeVariables<Integer> objToSerialize = in testVariableTypeArrayDeserialization() local228 String json = gson.toJson(objToSerialize, typeOfSrc); in testVariableTypeArrayDeserialization()241 ObjectWithTypeVariables<Integer> objToSerialize = in testParameterizedTypeWithVariableTypeDeserialization() local[all …]