Creates a Decoder for Envelope<T> from the namespace and a Decoder<T>. It fails when found a namespace that didn't equal to namespace.
Decoder
Envelope<T>
Decoder<T>
namespace
The expected namespace of data.
The new decoder for Envelope<T>.
Generated using TypeDoc
Creates a
Decoder
forEnvelope<T>
from the namespace and aDecoder<T>
. It fails when found a namespace that didn't equal tonamespace
.