(string)
| 87 | // false, the same sequence of calls as above will occur. |
| 88 | EncodeMap(n int) Encoder |
| 89 | MapKey(string) |
| 90 | |
| 91 | // If the encoder wants to encode a value in a special way it should do so here |
| 92 | // and return true along with any error from the encoding. Otherwise, it should |
no outgoing calls
no test coverage detected