tree: 1dba2ba1d8344b54746de6a9f0199f67344b5af3 [path history] [tgz]
  1. Acknowledgement.cs
  2. BridgeProtocol.cs
  3. README.md
  4. SetupBridge.cs
  5. 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