DumpObject

Dumps out an object's serialized representation in a mix of hex and ascii. The output is formatted for a fixed width font and should typically be enclosed in <pre> tags.

Parameters

Name Type Required Default Description
object Object yes The object to be displayed as HTML.

Body: removed

Informal parameters: allowed

Reserved parameters: none

Examples

<span jwcid="@contrib:DumpObject" object="ognl:new java.util.Date()"/>
	

and the output will be like this:

0000: aced0005 7372000e 6a617661 2e757469  |....sr..java.uti|
0010: 6c2e4461 7465686a 81014b59 74190300  |l.Datehj..KYt...|
0020: 00787077 08000001 0adac264 3d78      |.xpw.......d=x  |