Skip to content

What types must be read and written from a TcpConnection? #27

Open
@NiteshKant

Description

@NiteshKant

This came out of the discussion in #21 in this comment, specifically:

My expectation is that the ReactiveIPC layer is doing the minimal possible and its input and it works with byte buffers and object conversion is left as a separate concern.

This issue intends to discuss at what level does a TcpConnection work on:

  1. Read & write only Bytes
  2. Read & write custom user objects.

In case we choose to go with 2 above, then we need to define semantics around how to convert a user defined object into bytes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions