Read byte stream and convert it back to typed data.
([]byte)
| 27 | |
| 28 | // Read byte stream and convert it back to typed data. |
| 29 | Decode([]byte) (int, interface{}) |
| 30 | |
| 31 | // GetSize returns the size in byte after encoding v. |
| 32 | // If v is of type this encoder can not encode, it panics. |
no outgoing calls