scala.read.struct.ssp Maven / Gradle / Ivy
The newest version!
<%@ val renderType: com.foursquare.spindle.codegen.runtime.RenderType %>
<%@ val lhs: String %>
<%@ val indent: String %>
<%@ val wrapLeft: String = "" %>
<%@ val wrapRight: String = "" %>
${indent}${lhs} ${wrapLeft}({
${indent} val s = ${renderType.text}.createRawRecord
${indent} s.read(iprot)
${indent} s
${indent}})${wrapRight}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy