|
Description
|
An initial prototype to fix bugid 6492551 using the serialization currently
available in Solaris (using serializer_create/serializer_enter) did not work
so I had to roll my own serializer that actually serializes.
Please explain what is the bug in the serializer code. It is not clear from the
description.
I do not understand the synopsys either. How can serializer_create/serializer_enter
serialize anything? The serializer should be created first, after which
serializer_enter() calls do the real serialization.
|