MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / Unmarshal

Method Unmarshal

runtime/marshaler.go:13–13  ·  view source on GitHub ↗

Unmarshal unmarshals "data" into "v". "v" must be a pointer value.

(data []byte, v interface{})

Source from the content-addressed store, hash-verified

11 // Unmarshal unmarshals "data" into "v".
12 // "v" must be a pointer value.
13 Unmarshal(data []byte, v interface{}) error
14 // NewDecoder returns a Decoder which reads byte sequence from "r".
15 NewDecoder(r io.Reader) Decoder
16 // NewEncoder returns an Encoder which writes bytes sequence into "w".

Implementers 4

ProtoMarshallerruntime/marshal_proto.go
JSONPbruntime/marshal_jsonpb.go
JSONBuiltinruntime/marshal_json.go
CustomMarshalerruntime/handler_test.go

Calls

no outgoing calls