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

scalagen.writeSet.scala Maven / Gradle / Ivy

The newest version!
_oprot.writeSetBegin(new TSet(TType.{{eltWireConstType}}, {{name}}.size))
{{name}}.foreach { {{eltName}} =>
{{#eltReadWriteInfo}}
  {{>writeValue}}
{{/eltReadWriteInfo}}
}
_oprot.writeSetEnd()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy