Options
All
  • Public
  • Public/Protected
  • All
Menu

配列のdecoder

Hierarchy

  • ArrayDecoder

Index

Methods

Methods

Static decode

  • 配列であることが保証されたCBOR文字列から配列を作る関数.

    Parameters

    • cbor: BaseCborType

      CBOR文字列. ex) 820163E38182 = 82(array(2)) 01(1) 63(text(3byte)) E38182(あ) = [12, "あ"]

    Returns any[]

Generated using TypeDoc