Module foxbox_taxonomy::serialize [] [src]

Tools for converting values to a format that may be sent. Utilities for serializing data to JSON.

Structs

MultiPart

An imnplementation of MultiPart that stores everything in a HashMap and returns JSON objects "{part: i}", where i is the (integer) key in the HashMap.

Traits

BinaryParts

A store to put binary parts.

ToJSON