JSONSnappyEncoding json format and snappy compression
| 105 | |
| 106 | // JSONSnappyEncoding json format and snappy compression |
| 107 | type JSONSnappyEncoding struct{} |
| 108 | |
| 109 | // Marshal serialization |
| 110 | func (s JSONSnappyEncoding) Marshal(v interface{}) (data []byte, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected