originalBytes should return the original bytes that were passed to unmarshal to create the message. If the message was not produced by unmarshal, it should return nil.
()
| 1629 | // unmarshal to create the message. If the message was not produced by |
| 1630 | // unmarshal, it should return nil. |
| 1631 | originalBytes() []byte |
| 1632 | } |
| 1633 | |
| 1634 | // lruSessionCache is a ClientSessionCache implementation that uses an LRU |