Home
last modified time | relevance | path

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

/external/gson/gson/src/test/java/com/google/gson/functional/
DNamingPolicyTest.java55 StringWrapper deserializedObject = gson.fromJson(target, StringWrapper.class); in testGsonWithNonDefaultFieldNamingPolicyDeserialiation() local
76 StringWrapper deserializedObject = gson.fromJson(target, StringWrapper.class); in testGsonWithLowerCaseDotPolicyDeserialiation() local
83 StringWrapper deserializedObject = gson.fromJson(target, StringWrapper.class); in testGsonWithLowerCaseDashPolicyDeserialiation() local
99 StringWrapper deserializedObject = gson.fromJson(target, StringWrapper.class); in testGsonWithLowerCaseUnderscorePolicyDeserialiation() local
140 StringWrapper deserializedObject = gson.fromJson(target, StringWrapper.class); in testGsonWithUpperCamelCaseSpacesPolicyDeserialiation() local
156 StringWrapper deserializedObject = gson.fromJson(target, StringWrapper.class); in testGsonWithUpperCaseUnderscorePolicyDeserialiation() local