For Java Over HTTP projects, Silk Performer receives the binary data from the server and creates the Java Object from it. To be able to display the Java Object in the BDL script (when recording) or Truelog Explorer (for record + replay), Silk Performer displays the Java Object as XML. To achieve these steps, it uses the 3rd party library XStream to convert from serialized binary to Java Object to XML and then back from XML to Java Object to serialized binary.
↧