[][src]Module ub::serialize

Serializes multiple objects to a single bundle.

Modules

versions

The versions of the serializer. Here for legacy and support over an applications lifespan.

Enums

Error

A general error for dealing with serializing

Functions

walk_dir

Will crudely walk a dir at path.

write

Bundle data from paths opened using the open function, and used to write to dest. open can be used to preprocess files without using files to store temporary data; everything can be in memory. paths order will be the same as in the resulting bundle. dest should not be buffered; only large chunks are written.