SimpleAirSerialisation class.
Inheritance: IAirSerialisation
Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AirConfiguration" /> class.
 /// </summary>
 public AirConfiguration()
 {
     Storage = new LocalAirStorage();
     Serialisation = new SimpleAirSerialisation();
     CommandProcessor = new SimpleAirCommandProcessor(this);
     IdFactory = new SimpleAirIdFactory(2);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AirConfiguration" /> class.
 /// </summary>
 public AirConfiguration()
 {
     Storage          = new LocalAirStorage();
     Serialisation    = new SimpleAirSerialisation();
     CommandProcessor = new SimpleAirCommandProcessor(this);
     IdFactory        = new SimpleAirIdFactory(2);
 }