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

javagen.writeSet Maven / Gradle / Ivy

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy