data-transfer-project
data-transfer-project copied to clipboard
Remove PortabilityJob.to/fromMap in favor of JSON serialization
cc @jimmarino as discussed on Slack and @holachuy for the discussion on #187
This came up in #308, it should probably be up to the JobStore implementation how it wants to de/serialize PortabilityJob. See the Azure store for an example. We should tweak the Google & local impls to do the same and then remove the map methods.
Came up again in #670 we should really fix this and switch to JSON :)