trait FieldLabels extends AnyRef

Defines translation between textual object field names and corresponding numeric labels. May be used to reduce size of CBOR representation of objects.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldLabels
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def field(label: Int): commons.Opt[String]
  2. abstract def label(field: String): commons.Opt[Int]