Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncSerDes<T>

Type parameters

  • T

Hierarchy

  • AsyncSerDes

Index

Properties

des

des: AsyncDes<T>

ser

ser: AsyncSer<T>

Methods

fromBytes

  • fromBytes(buf: Uint8Array): Promise<T>

toBytes

  • toBytes(data: T): Promise<Uint8Array>

toTempBytes

  • toTempBytes(data: T): Promise<Uint8Array>

Generated using TypeDoc