Module holochain_serialized_bytes::prelude[][src]

Re-exports

pub use crate::holochain_serial;
pub use crate::SerializedBytes;
pub use crate::SerializedBytesError;
pub use crate::UnsafeBytes;
pub use crate::decode;
pub use crate::encode;

Traits

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

Serialize

A data structure that can be serialized into any data format supported by Serde.

TryFrom

allow downstream consumers to forget to pull in basic try_from/try_into methods

TryInto

An attempted conversion that consumes self, which may or may not be expensive.

Derive Macros

Deserialize
Serialize
SerializedBytes