You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error in the version 1.3.8, sbt 0.12.4, scala 2.10.4
Error:(109, 41) value parseDelimitedFrom is not a member of object my_app123.MyClass
private def readClass123() = MyClass123.parseDelimitedFrom(in).getOrElse(throw new Exception("No server response"))
//.....
object MyClass123 {
@reflect.BeanProperty val defaultInstance = new MyClass123()
val AAA1_FIELD_NUMBER = 1
val BBB2_FIELD_NUMBER = 2
//..........
}
There're no methods such as "parseDelimitedFrom"
The text was updated successfully, but these errors were encountered:
An error in the version 1.3.8, sbt 0.12.4, scala 2.10.4
And in .proto file I have this:
And this is what it generates:
There're no methods such as "parseDelimitedFrom"
The text was updated successfully, but these errors were encountered: