4546474849505152
protected String toJson(Object value) throws ClientException { try { return mapper.writeValueAsString(value); } catch(Exception e) { throw new ClientException("Cannot serialize object", e); } }