tree: bc133d1e36027d40221ee2483e2c2d65aed7e194 [path history] [tgz]
  1. Acknowledgement.cs
  2. BridgeInterop.cs
  3. MessageType.cs
  4. Protocol.cs
  5. README.md
  6. SetupBridge.cs
  7. SystemOnStart.cs
lang/cs/Org.Apache.REEF.Bridge.CLR/Message/README.md

# Java/C# Interop Avro Messages

DO NOT EDIT THESE C# FILES

The C# files in this directory are generated during the build from the Avro record definition files in lang/common/bridge/avro. When adding a new .avsc file in lang/common/bridge/avro you must also put an empty .cs file here with the same name as the .cs file is the dependency. For example,

lang/common/bridge/avro/MyMsg.avsc -> lang/common/bridge/avro/MyMsg.cs