public class FlowConfigUtils extends Object
| Constructor and Description |
|---|
FlowConfigUtils() |
| Modifier and Type | Method and Description |
|---|---|
static FlowConfig |
deserializeFlowConfig(String serialized) |
static FlowId |
deserializeFlowId(String serialized) |
static String |
serializeFlowConfig(FlowConfig flowConfig) |
static String |
serializeFlowId(FlowId id) |
public static String serializeFlowId(FlowId id) throws IOException
IOExceptionpublic static FlowId deserializeFlowId(String serialized) throws IOException
IOExceptionpublic static String serializeFlowConfig(FlowConfig flowConfig) throws IOException
IOExceptionpublic static FlowConfig deserializeFlowConfig(String serialized) throws IOException
IOException