Module formatter
Source - FXTPacketSerializer
- Wraps an iterator over serializable items and yields FormattedContents, packing items
into an FXT array in each VMO up to the size limit provided.
- FormattedContentBatcher
- JsonPacketSerializer
- Wraps an iterator over serializable items and yields FormattedContents, packing items
into a JSON array in each VMO up to the size limit provided.
- SerializedVmo
- Holds a VMO containing valid serialized data as well as the size of that data.
- new_batcher
- Make a new
FormattedContentBatcher
with a chunking strategy depending on stream mode.
- FormattedStream