Encode encodes an entry into a binary form and returns the result.
()
| 48 | |
| 49 | // Encode encodes an entry into a binary form and returns the result. |
| 50 | Encode() []byte |
| 51 | |
| 52 | // Decode decodes a byte slice into an Entry. |
| 53 | Decode([]byte) |
no outgoing calls