Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
None
Description
Understanding the contents of a stream of serialized objects is difficult
due to the streaming format and immediate nesting of objects.
ObjectStreamPrinter is a Formatter plugin to the test library HexPrinter.
It converts a binary ObjectStream into a textual form by parsing
the header, typecodes, and interpreting the stream contents.
StreamDump is a test utility to pass the contents of a file to the HexPrinter utility. The format of the file is guessed from the encoding and initial bytes.
ASN.1 and serialized object streams are supported.
due to the streaming format and immediate nesting of objects.
ObjectStreamPrinter is a Formatter plugin to the test library HexPrinter.
It converts a binary ObjectStream into a textual form by parsing
the header, typecodes, and interpreting the stream contents.
StreamDump is a test utility to pass the contents of a file to the HexPrinter utility. The format of the file is guessed from the encoding and initial bytes.
ASN.1 and serialized object streams are supported.