THRIFT-1413: Generated code does not read MapEnd / ListEnd / SetEnd Client: delphi Patch: Jens Geyer The generated code lacks calls to ReadMapEnd, ReadListEnd and ReadSetEnd. Although actually no problem occurs with the BinaryProtocol, other protocols (like JSON) do some important things there.