Example #1
0
func (p *MyMethodArgs) readField1(iprot thrift.TProtocol) (err thrift.TProtocolException) {
	v1125, err1126 := iprot.ReadI64()
	if err1126 != nil {
		return thrift.NewTProtocolExceptionReadField(1, "fourth", p.ThriftName(), err1126)
	}
	p.Fourth = v1125
	return err
}