WireContents ============ .. java:package:: rsb.converter :noindex: .. java:type:: public class WireContents A wrapper around the contents to be placed on the wire. :author: jwienke :param : serialization type of the wire contents Constructors ------------ WireContents ^^^^^^^^^^^^ .. java:constructor:: public WireContents(WireType serialization, String wireSchema) :outertype: WireContents Constructs a new wrapper around serialized data. :param serialization: the serialized data :param wireSchema: the wire schema identifier of the serialized data Methods ------- getSerialization ^^^^^^^^^^^^^^^^ .. java:method:: public WireType getSerialization() :outertype: WireContents Returns the contents for the wire in their serialized form. :return: serialized contents getWireSchema ^^^^^^^^^^^^^ .. java:method:: public String getWireSchema() :outertype: WireContents Returns the identifier of the wire schema that was used to serialize the contents. :return: wire schema identifier