Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2804

Non-JSON transcoders cannot be mixed with requests for document expiry

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 3.1.2
    • 3.1.1
    • library
    • None
    • 1

    Description

      When performing GetAsync and requesting Expiry using the options, an exception occurs if you are using a non-JSON transcoder, such as the RawBinaryTranscoder. It incorrectly tries to parse the document as JSON. Also, it does so using intermediate dynamic types, which will be less performant than deserializing directly to POCOs.

      Unexpected character encountered while parsing value: q. Path ‘’, line 0, position 0.
      

      https://forums.couchbase.com/t/need-help-with-customtranscoder/29132

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            btburnett3 Brant Burnett
            btburnett3 Brant Burnett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty