Class CommandIssueCbor


  • public class CommandIssueCbor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <U extends T>
      U
      decode​(byte[] bytes)  
      static byte[] encode​(T adt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandIssueCbor

        public CommandIssueCbor()
    • Method Detail

      • encode

        public static byte[] encode​(T adt)
      • decode

        public static <U extends T> U decode​(byte[] bytes)