174175176177178179180
// this should NOT throw an exception. buf = new TMemoryBuffer(0); proto = new TBinaryProtocol(buf); swau.write(proto); new Empty().read(proto); }
145146147148149150151
182183184185186187188
217218219220221222223
// this should NOT throw an exception. buf = new TMemoryBuffer(0); proto = new TTupleProtocol(buf); swau.write(proto); new Empty().read(proto); }
152153154155156157158
179180181182183184185
170171172173174175176
117118119120121122123124