All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javagen.writeList Maven / Gradle / Ivy

The newest version!
_oprot.writeListBegin(new TList(TType.{{eltConstType}}, {{name}}.size()));
for ({{eltType}} {{eltName}} : {{name}}) {
{{#eltReadWriteInfo}}
  {{>writeValue}}
{{/eltReadWriteInfo}}
}
_oprot.writeListEnd();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy