Class CSharpDtoGenerator

java.lang.Object
uk.co.real_logic.sbe.generation.csharp.CSharpDtoGenerator
All Implemented Interfaces:
CodeGenerator

public class CSharpDtoGenerator extends Object implements CodeGenerator
DTO generator for the CSharp programming language.
  • Constructor Details

    • CSharpDtoGenerator

      public CSharpDtoGenerator(Ir ir, OutputManager outputManager)
      Create a new C# DTO CodeGenerator.
      Parameters:
      ir - for the messages and types.
      outputManager - for generating the DTOs to.
  • Method Details

    • generate

      public void generate() throws IOException
      Generate the complete set of types and messages for a schema.
      Specified by:
      generate in interface CodeGenerator
      Throws:
      IOException - if an error is encountered when writing the output.