JSONSnappyEncoding
| 181 | |
| 182 | // JSONSnappyEncoding |
| 183 | type JSONSnappyEncoding struct{} |
| 184 | |
| 185 | // Marshal 序列化 |
| 186 | func (s JSONSnappyEncoding) Marshal(v interface{}) (data []byte, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected