-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Should be possible to asynchronously encode object with some values of type Stream and return stream which will emit encoded data continuously.
CBOR supports indefinite byte buffers: https://tools.ietf.org/html/rfc7049#section-2.2.2 so size of input streams does not must be known before writing data.
CBOR supports also indefinite arrays and maps so also input object streams are doable.
Metadata
Metadata
Assignees
Labels
No labels