Details
-
Wish
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The serializers are returning a byte[] which means, the value has to fit into the memory. This also means, that DM can't be used for a file storage. The serializers should directly write the object into the storage location.
This would allow to use stuff like nio and other things.
Attachments
Issue Links
- is part of
-
DIRECTMEMORY-69 Expose InputStream and OutputStream Interfaces instead of internal Pointer.directBuffer
- Resolved