manifestEntries

var manifestEntries: MutableList<ModuleManifestEntry>? = null

A stream on which to serialize each ModuleManifestEntry when the definition actually occurs during compilation. After compilation, the bytes of this stream are written to a record whose index is captured in the A_Module's manifestEntries, and fetched from the repository and decoded into a pojo array when needed.