struct.attributes = new HashMap<ByteBuffer,ByteBuffer>(2*_map58.size);
for (int _i59 = 0; _i59 < _map58.size; ++_i59)
{
ByteBuffer _key60; // required
ByteBuffer _val61; // optional
_key60 = iprot.readBinary();
_val61 = iprot.readBinary();
struct.attributes.put(_key60, _val61);
}
}
struct.setAttributesIsSet(true);