oprot.writeBitSet(optionals, 10);
if (struct.isSetExtent()) {
struct.extent.write(oprot);
}
if (struct.isSetAge()) {
oprot.writeI64(struct.age);
}
if (struct.isSetInputFiles()) {
{
oprot.writeI32(struct.inputFiles.size());
for (String _iter106 : struct.inputFiles)