@Override
public Record decode(byte[] data, Configuration configuration)
throws ProtocolCodingException {
String str = new String(data);
Message message;
Update update;
Name qualified;
InetAddress address;
try {
message = this.mapper.readValue(str, Message.class);