()
| 465 | } |
| 466 | |
| 467 | func NewSGJSONTranscoder() *SGJSONTranscoder { |
| 468 | return &SGJSONTranscoder{} |
| 469 | } |
| 470 | |
| 471 | // SGJSONTranscoder supports reading BinaryType documents as JSON, for backward |
| 472 | // compatibility with legacy Sync Gateway data |
no outgoing calls
no test coverage detected