def __arrow_ext_deserialize__()

in data/geospatial/crs-gen.py [0:0]


    def __arrow_ext_deserialize__(cls, storage_type, serialized):
        obj: dict = json.loads(serialized)
        return WkbType(**obj, storage_type=storage_type)