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

scalagen.writeList.scala Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy