encode is the main workhorse for marshalling via reflection. It uses the passed reflection value to choose the XDR primitives to encode into the data field of the Encoder. It is a recursive function, so cyclic data structures are not supported and will result in an infinite loop.
(v reflect.Value)
source not stored for this graph (policy: none)
no test coverage detected