* Example Decoder Usage intDecGenFn := func () interface{} { decoder := encoding.JsonGeneralDecoder() return func(in []byte, closenotifier chan<- bool) []int { var i int decoder(in, &i) return []int{i} } } intDecOp := encoding.NewJsonDecodeRop(intDecGenFn) */
()
source not stored for this graph (policy: none)