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...
Continue reading...