What replaced --stream in ice 3.7.1??

in Help Center
I need to have the class helper functions generated but --stream has been removed from slice2cs.exe and i cannot find anything in the documentation for what replaced it.
Thanks!
Tagged:
0
Answers
This is mentioned in the release notes see https://doc.zeroc.com/ice/3.7/release-notes/upgrading-your-application-from-ice-3-6#id-.UpgradingyourApplicationfromIce3.6v3.7-StreamAPI.1
Thanks for the prompt reply. Turns out my issue was that i wasnt using the generic readValue function on the input stream. Once i changed my code to inputStream.readValue(callback) it started working.
thanks!