Interface FlowSnapshotSerializer

All Known Implementing Classes:
JacksonFlowSnapshotSerializer

public interface FlowSnapshotSerializer
Serializer for flow snapshots.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.nifi.registry.flow.RegisteredFlowSnapshot
    deserialize(InputStream inputStream)
     
    serialize(org.apache.nifi.registry.flow.RegisteredFlowSnapshot flowSnapshot)