Skip to content

Add support for serializing using java.io.DataOutput #276

@cowtowncoder

Description

@cowtowncoder

Some frameworks use java.io.DataOutput as output target. While it is possible to write a simple wrapper that implements InputStream over given DataOutput, it makes sense to:

  1. Implement such wrapper internally, as baseline, for convenience; this will work for all backends
  2. Also implement simple non-delegating version for backends for more efficient output

This should be doable for 2.8, esp. part (1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions