if (struct.isSetFilterString()) {
oprot.writeBinary(struct.filterString);
}
if (struct.isSetAttributes()) {
{
oprot.writeI32(struct.attributes.size());
for (Map.Entry<ByteBuffer, ByteBuffer> _iter18 : struct.attributes.entrySet())
{
oprot.writeBinary(_iter18.getKey());
oprot.writeBinary(_iter18.getValue());
}