Interface FlowSnapshotSerializer
- All Known Implementing Classes:
JacksonFlowSnapshotSerializer
public interface FlowSnapshotSerializer
Serializer for flow snapshots.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.nifi.registry.flow.RegisteredFlowSnapshot
deserialize
(InputStream inputStream) serialize
(org.apache.nifi.registry.flow.RegisteredFlowSnapshot flowSnapshot)
-
Method Details
-
serialize
String serialize(org.apache.nifi.registry.flow.RegisteredFlowSnapshot flowSnapshot) throws IOException - Throws:
IOException
-
deserialize
org.apache.nifi.registry.flow.RegisteredFlowSnapshot deserialize(InputStream inputStream) throws IOException - Throws:
IOException
-