Module capnp::serialize

source ·
Expand description

Reading and writing of messages using the standard stream framing.

Structs

Segments read from a single flat slice of words.

Functions

Returns the number of words required to serialize the message.
Reads a serialized message from a stream with the provided options.
Reads a serialized message from a slice of words.
Writes the provided message to write.
Constructs a flat vector containing the entire message.