static EventFactory()
 {
     Global = new EventFactory();
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new Deserializer object that works on the specified
 /// buffer and event factory.
 /// </summary>
 public Deserializer(Buffer buffer, EventFactory eventFactory)
 {
     this.buffer       = buffer;
     this.eventFactory = eventFactory;
 }