WireContents

public class WireContents<WireType>

A wrapper around the contents to be placed on the wire.

Author

jwienke

Parameters

<WireType> – serialization type of the wire contents

Constructors

WireContents

public WireContents(WireType serialization, String wireSchema)

Constructs a new wrapper around serialized data.

Parameters
  • serialization – the serialized data

  • wireSchema – the wire schema identifier of the serialized data

Methods

getSerialization

public WireType getSerialization()

Returns the contents for the wire in their serialized form.

Returns

serialized contents

getWireSchema

public String getWireSchema()

Returns the identifier of the wire schema that was used to serialize the contents.

Returns

wire schema identifier