1.Clone Sample like "git clone https://github.com/corda/samples"
2.Open Corda-Sample by Intellij
3.Chose"Run Example Cordapp - Kotlin" And Run
4.Open "build.gradle"(Clients/src) And Run "runPartyAServer" and "runPartyBServer"
5.Access "http://localhost:50005/" And "Create IOU"
6.Exception occured.
java.io.NotSerializableException: com.example.flow.ExampleFlow$Initiator was not found by the node, check the Node containing the CorDapp that implements com.example.flow.ExampleFlow$Initiator is loaded and on the Classpath
How can I solve this Exception?