164165166167168169170171172173174
Output tmpOut = new Output(tmp); //if the params are null send the NULL AMF type //this should fix APPSERVER-296 if (params == null) { tmpOut.writeNull(); } else { tmpOut.writeArray(params); } tmp.flip();