MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / read

Method read

cassandra/datastax/graph/graphson.py:1024–1028  ·  view source on GitHub ↗

Read and deserialize ``json_data``.

(self, json_data)

Source from the content-addressed store, hash-verified

1022 self.deserializers.update(extra_deserializer_map)
1023
1024 def read(self, json_data):
1025 """
1026 Read and deserialize ``json_data``.
1027 """
1028 return self.deserialize(json.loads(json_data))
1029
1030 def deserialize(self, obj):
1031 """

Calls 1

deserializeMethod · 0.95