Module gluon_vm::api::de

source ·
Expand description

This module requires Gluon to be built with the serde feature.

Structs

  • Getable wrapper which extracts T by deserializing it into a rust value.

Functions

  • Allows deserializing a Value as-is. Only works with the Deserializer defined in this module
  • Deserializes T from a gluon value assuming that value is of type typ.