Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-4807

Support serialization of ReadOnlyMemory<T>

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Unknown Unknown
    • 2.26.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      a. Truncation and overflow checks are not supported yet. (In contrast with arrays)
      b. Using Memory/ReadonlyMemory is recommended in performance-aware applications. Deserialization uses less memory, and up to x4-x10 times faster than arrays (serialization is only 25% faster as of now).

      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      Yes

      3. Which versions of the driver/connector does this apply to?
      Starting with 2.26.0 and 

      Show
      1. What would you like to communicate to the user about this feature? a. Truncation and overflow checks are not supported yet. (In contrast with arrays) b. Using Memory/ReadonlyMemory is recommended in performance-aware applications. Deserialization uses less memory, and up to x4-x10 times faster than arrays (serialization is only 25% faster as of now). 2. Would you like the user to see examples of the syntax and/or executable code and its output? Yes 3. Which versions of the driver/connector does this apply to? Starting with 2.26.0 and 

          Assignee:
          boris.dogadov@mongodb.com Boris Dogadov
          Reporter:
          boris.dogadov@mongodb.com Boris Dogadov
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: