Package org.bson

Interface BsonReaderMark


@Deprecated(since="2022-10-31") public interface BsonReaderMark
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Represents a bookmark that can be used to reset a BsonReader to its state at the time the mark was created.
Since:
3.5
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Reset the BsonReader to its state at the time the mark was created.
  • Method Details

    • reset

      void reset()
      Deprecated.
      Reset the BsonReader to its state at the time the mark was created.