An object that knows how to decode itself from TLV.
Most commonly, decodeFrom is added as a static method of type R, so that the constructor of R implements this interface.
decodeFrom
Result type.
An object that knows how to decode itself from TLV.
Remarks
Most commonly,
decodeFrom
is added as a static method of type R, so that the constructor of R implements this interface.