protected virtual void ParseAmf(AmfData amf) { //this should be done in the derived classes }
public AmfReader() { objectStack = new Stack <AmfObject>(); amfData = new AmfData(); }
public AmfReader() { objectStack = new Stack<AmfObject>(); amfData = new AmfData(); }