Expand description
Simple library for serializing complex types to the wasmtime runtime using serde
Macros§
Structs§
Functions§
- deserialize
- Deserializes a slice of bytes into an instance of
Tusing the default configuration. - serialize
- Serializes a serializable object into a
Vecof bytes using the default configuration.