View Source Cyanide.EncodedValue (cyanide v2.0.0)

Wraps a BSON encoded value.

fields

Fields

  • tag is a type integer tag (such as 0x01, 0x12, ...) as described on the BSON specification.
  • data is the raw encoded value iodata.

Link to this section Summary

Link to this section Types

@type t() :: %Cyanide.EncodedValue{data: iodata(), tag: integer()}