javakdb icon indicating copy to clipboard operation
javakdb copied to clipboard

Loosing details of received objects

Open dzmipt opened this issue 5 years ago • 0 comments

As a user of c.java, I want to be able to fully understand what object I get from k(). At the moment I can't distinguish strings (char vectors) from functions; primitive, adverbs (iterators) are fully swallowed (I got func without any idea what was sent).

My view that it looks better to have a separate class-wrapper for every K type which would keep the structure of what read from socket.

dzmipt avatar Dec 08 '20 06:12 dzmipt