Forum Post: Re: Serializing Classes In 11.6

  • Thread starter Thread starter Fernando Souza
  • Start date Start date
Status
Not open for further replies.
F

Fernando Souza

Guest
No, not directly. The data is passed as a memptr to the OutputStream object, so you could potentially subclass the OutputStream class and then have your own stream object that constructs a memptr with the data that is passed in by the serializer. But I am not sure that is more elegant.

Continue reading...
 
Status
Not open for further replies.
Back
Top