struct.attributes = new HashMap<ByteBuffer,ByteBuffer>(2*_map40.size);
for (int _i41 = 0; _i41 < _map40.size; ++_i41)
{
ByteBuffer _key42; // required
ByteBuffer _val43; // optional
_key42 = iprot.readBinary();
_val43 = iprot.readBinary();
struct.attributes.put(_key42, _val43);
}
}
struct.setAttributesIsSet(true);