How it works...

In step 1, toJson() converts TransformProcess into a JSON string, while toYaml() converts TransformProcess into a YAML string.

Both of these methods can be used for the serialization of TransformProcess

In step 2, fromJson() deserializes a JSON string into a TransformProcess, while fromYaml() deserializes a YAML string into a TransformProcess

serializedTransformString is the JSON/YAML string that needs to be converted into a TrasformProcess

This recipe is relevant while the application is being migrated to a different platform. 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset