static EventFactory() { Global = new EventFactory(); }
/// <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; }