Module ecapnp_serialize

Serialize messages.

Copyright © 2013, Andreas Stenius

Authors: Andreas Stenius (kaos@astekk.se).

References

Description

Serialize messages.

Currently, only the packing scheme is implemented.

Function Index

pack/1Pack message data.
unpack/1Unpack message data.

Function Details

pack/1

pack(Data::binary()) -> binary()

Pack message data.

Pack the final message data using the Cap'n Proto packing scheme.

unpack/1

unpack(Data::binary()) -> binary()

Unpack message data.

Unpack data using the Cap'n Proto packing scheme.


Generated by EDoc, May 30 2014, 12:56:29.