//! Defines convenience traits and macros for serialization and deserialization,
//! and implements them for source and destination types.
use Tape;
use crate::;
/// Canonical API for decoding data from a byte buffer.
/// Canonical API for encoding data to a byte buffer.