Class PbfSerializer

    • Field Detail

      • writeMetadata

        protected boolean writeMetadata
      • useDense

        protected boolean useDense
        Additional configuration flag for whether to serialize into DenseNodes/DenseInfo?
      • headerWritten

        protected boolean headerWritten
        Has the header been written yet?
    • Constructor Detail

      • PbfSerializer

        public PbfSerializer(BlockOutputStream output,
                             boolean writeMetadata)
        Construct a serializer that writes to the target BlockOutputStream.
        Parameters:
        output - The PBF block stream to send serialized data.