Searched refs:json_deserialize (Results 1 – 3 of 3) sorted by relevance
416 got = host_info.json_deserialize(serialized_fp)428 got = host_info.json_deserialize(serialized_fp)435 host_info.json_deserialize(six.StringIO('{labels:['))450 host_info.json_deserialize(472 host_info.json_deserialize(serialized_fp)
68 return host_info.json_deserialize(fp)
451 def json_deserialize(file_obj): function