vegaprotocol / protos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent usage of generated `String()` method on proto messages

ValentinTrinque opened this issue · comments

There is nothing we can really do to prevent this at the moment. We thought about renaming the String() method, but the deserialisation is based on it. Renaming will break this.