Deprecated: Do not use; this method existed for intenal-use only.
(m Message, b []byte)
| 109 | |
| 110 | // Deprecated: Do not use; this method existed for intenal-use only. |
| 111 | func (*InternalMessageInfo) Unmarshal(m Message, b []byte) error { |
| 112 | return protoV2.UnmarshalOptions{Merge: true}.Unmarshal(b, MessageV2(m)) |
| 113 | } |