| commit | 4f77ab8e296d64c57e6ea1c6e3f0f152bc7d6a3a | [log] [tgz] |
|---|---|---|
| author | D. Can Celasun <can@dcc.im> | Thu Sep 21 15:21:00 2017 +0200 |
| committer | James E. King, III <jking@apache.org> | Fri Nov 03 18:21:40 2017 -0700 |
| tree | c3acd180d98bcfdb76c40dc5b6177e16bfc13719 | |
| parent | 847ecf3c1de8b297d6a29305b9f7871fcf609c36 [diff] |
THRIFT-4285 Move TX/RX methods from gen. code to library This change removes a lot of duplication from generated code and allows the caller to customize how they can read from / write to the transport. Backwards compatible adapters make the change compatible with existing code in use by consuming applications. Client: Go This closes #1382